From cb051f3ce7e02b3f35012e0564d17c33f9f17497 Mon Sep 17 00:00:00 2001 From: David Eglin Date: Tue, 6 Feb 2024 18:52:05 +0000 Subject: [PATCH] Remove window control placeholder in fullscreen (#340) Fixes #339 --- chrome/window_control_placeholder_support.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrome/window_control_placeholder_support.css b/chrome/window_control_placeholder_support.css index 6926cba..a86dcaa 100644 --- a/chrome/window_control_placeholder_support.css +++ b/chrome/window_control_placeholder_support.css @@ -34,9 +34,12 @@ See the above repository for updates as well as full license text. */ } } @media (-moz-platform: macos){ - :root:is([tabsintitlebar],[sizemode="fullscreen"]) { + :root:is([tabsintitlebar]) { --uc-window-control-width: 72px; } + :root:is([tabsintitlebar][sizemode="fullscreen"]) { + --uc-window-control-width: 0; + } } .titlebar-buttonbox, #window-controls{ color: var(--toolbar-color) }