diff --git a/chrome/window_control_placeholder_support.css b/chrome/window_control_placeholder_support.css index 1b99070..bc45d11 100644 --- a/chrome/window_control_placeholder_support.css +++ b/chrome/window_control_placeholder_support.css @@ -31,7 +31,7 @@ See the above repository for updates as well as full license text. */ } @media (-moz-gtk-csd-available) { - :root[tabsintitlebar] { + :root:is([tabsintitlebar],[sizemode="fullscreen"]) { --uc-window-control-width: 84px; } }