From 2de453e7069fff042e43b042a6341a0bb5ddf130 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Wed, 23 Mar 2022 10:24:51 +0900 Subject: [PATCH] Fix: Tabs on bottom - Show windows control at fullscreen --- src/tabbar/_tabs_on_bottom.scss | 4 ++-- userChrome.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/tabbar/_tabs_on_bottom.scss b/src/tabbar/_tabs_on_bottom.scss index 62ad241..00d6047 100644 --- a/src/tabbar/_tabs_on_bottom.scss +++ b/src/tabbar/_tabs_on_bottom.scss @@ -97,8 +97,8 @@ See the above repository for updates as well as full license text. */ --uc-window-drag-space-pre: 0px; /* Remove pre space */ } -:root[sizemode="fullscreen"] .titlebar-buttonbox-container { - display: none !important; +:root[sizemode="fullscreen"] #navigator-toolbox:not(:hover) .titlebar-buttonbox-container { + visibility: hidden; } :root[sizemode="fullscreen"] #window-controls { position: fixed; diff --git a/userChrome.css b/userChrome.css index 935a9e4..22dc1b2 100644 --- a/userChrome.css +++ b/userChrome.css @@ -3615,8 +3615,8 @@ /* Remove pre space */ } - :root[sizemode="fullscreen"] .titlebar-buttonbox-container { - display: none !important; + :root[sizemode="fullscreen"] #navigator-toolbox:not(:hover) .titlebar-buttonbox-container { + visibility: hidden; } :root[sizemode="fullscreen"] #window-controls {