Approve plugin: fix banner positioning

fixes #135
This commit is contained in:
Anna Dabrowska 2026-03-03 11:06:02 +01:00
parent 541675f9a1
commit af5c62f2bd

View file

@ -9,6 +9,7 @@
@media screen { @media screen {
#plugin__approve { #plugin__approve {
display: none; // initial display: none; // initial
position: relative;
padding: 2rem 1rem; padding: 2rem 1rem;
clear: both; clear: both;
} }