limit button reposition to usercss (8b58b228 fixup)

This commit is contained in:
tophf 2020-11-24 12:54:39 +03:00
parent 8b58b22825
commit 32cca90ddd

View File

@ -55,7 +55,7 @@ body {
#popup-button:hover { #popup-button:hover {
filter: drop-shadow(0 0 3px hsl(180, 70%, 50%)); filter: drop-shadow(0 0 3px hsl(180, 70%, 50%));
} }
body:not(.compact-layout) #popup-button { .usercss body:not(.compact-layout) #popup-button {
right: 24px; right: 24px;
} }
/************ checkbox & select************/ /************ checkbox & select************/