From d9078e6263519a8a4a8e5320bdd455e0248f5232 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Thu, 18 Jul 2024 20:59:58 +0800 Subject: [PATCH] update --- src/other/firefox/Monterey/parts/toolbox-alt.css | 7 ++++--- src/other/firefox/Monterey/parts/toolbox.css | 7 ++++--- src/other/firefox/WhiteSur/parts/toolbox.css | 12 ++++-------- 3 files changed, 12 insertions(+), 14 deletions(-) diff --git a/src/other/firefox/Monterey/parts/toolbox-alt.css b/src/other/firefox/Monterey/parts/toolbox-alt.css index 76064c64..b33bb1a2 100644 --- a/src/other/firefox/Monterey/parts/toolbox-alt.css +++ b/src/other/firefox/Monterey/parts/toolbox-alt.css @@ -119,9 +119,10 @@ findbar:-moz-window-inactive { } #PersonalToolbar { - padding: 0 3px 3px !important; - height: 32px !important; - max-height: 32px !important; + height: 28px !important; + max-height: 28px !important; + padding: 0 2px !important; + --bookmarks-toolbar-overlapping-browser-height: auto; } /* bookmark-item */ diff --git a/src/other/firefox/Monterey/parts/toolbox.css b/src/other/firefox/Monterey/parts/toolbox.css index 29951b7e..f58bb954 100644 --- a/src/other/firefox/Monterey/parts/toolbox.css +++ b/src/other/firefox/Monterey/parts/toolbox.css @@ -91,9 +91,10 @@ findbar:-moz-window-inactive, } #PersonalToolbar { - padding: 0 3px 3px !important; - height: 32px !important; - max-height: 32px !important; + height: 28px !important; + max-height: 28px !important; + padding: 0 2px !important; + --bookmarks-toolbar-overlapping-browser-height: auto; } /* Sidebar */ diff --git a/src/other/firefox/WhiteSur/parts/toolbox.css b/src/other/firefox/WhiteSur/parts/toolbox.css index 2127a233..a2c64011 100644 --- a/src/other/firefox/WhiteSur/parts/toolbox.css +++ b/src/other/firefox/WhiteSur/parts/toolbox.css @@ -66,8 +66,10 @@ findbar:-moz-window-inactive label, } #PersonalToolbar { - padding: 2px 4px 0 4px !important; - height: 32px !important; + height: 28px !important; + max-height: 28px !important; + padding: 0 2px !important; + --bookmarks-toolbar-overlapping-browser-height: auto; } /* Overrides: Remove border below the menu bar / above the header bar */ @@ -117,12 +119,6 @@ findbar:-moz-window-inactive label, margin-top: 0 !important; } -#PersonalToolbar { - padding: 0 3px 3px !important; - height: 32px !important; - max-height: 32px !important; -} - /* Sidebar */ #sidebar-box, #sidebar, .sidebar-panel[lwt-sidebar] {