Handle fullscreen window control placeholder size on linux

This commit is contained in:
MrOtherGuy 2022-03-23 10:15:37 +02:00
parent b046ab7119
commit 1d415561a2

View file

@ -31,7 +31,7 @@ See the above repository for updates as well as full license text. */
} }
@media (-moz-gtk-csd-available) { @media (-moz-gtk-csd-available) {
:root[tabsintitlebar] { :root:is([tabsintitlebar],[sizemode="fullscreen"]) {
--uc-window-control-width: 84px; --uc-window-control-width: 84px;
} }
} }