From ef8855f711bd4db7c74cb1e3d195cadda98b4e6f Mon Sep 17 00:00:00 2001 From: Michael Webster Date: Thu, 12 Dec 2024 14:17:22 -0500 Subject: [PATCH] userChrome.css: Adapt to firefox 133 layout changes. Ref #320 --- .../firefox/profile/chrome/userChrome.css | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/usr/share/webapp-manager/firefox/profile/chrome/userChrome.css b/usr/share/webapp-manager/firefox/profile/chrome/userChrome.css index 7f61736..b6dd7f3 100644 --- a/usr/share/webapp-manager/firefox/profile/chrome/userChrome.css +++ b/usr/share/webapp-manager/firefox/profile/chrome/userChrome.css @@ -1,14 +1,11 @@ #navigator-toolbox:not(:hover, :focus, :active) { - #toolbar-menubar[inactive="true"] ~ #TabsToolbar, - #titlebar:has(#toolbar-menubar[inactive="true"]) ~ #nav-bar { - visibility: collapse; + #toolbar-menubar[inactive="true"] ~ #TabsToolbar { + visibility: collapse; + } + #toolbar-menubar[inactive="true"] ~ #nav-bar { + visibility: collapse !important; } } - -#nav-bar * { - visibility: visible !important; -} - #navigator-toolbox { border-bottom: none !important; }