From 1d415561a25a781800b2fd84f73ac6abc094c00d Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 23 Mar 2022 10:15:37 +0200 Subject: [PATCH] Handle fullscreen window control placeholder size on linux --- chrome/window_control_placeholder_support.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }