From f37222ea7a9a6ca2aebef7901182ca3f76b3004b Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Thu, 11 May 2023 21:39:12 +0800 Subject: [PATCH] update --- src/other/firefox/Monterey/parts/buttons-fixes.css | 9 +++++++++ src/other/firefox/Monterey/parts/headerbar-urlbar.css | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/other/firefox/Monterey/parts/buttons-fixes.css b/src/other/firefox/Monterey/parts/buttons-fixes.css index a9abde5..260639d 100644 --- a/src/other/firefox/Monterey/parts/buttons-fixes.css +++ b/src/other/firefox/Monterey/parts/buttons-fixes.css @@ -162,6 +162,11 @@ button.close.ghost-button:active { font-size: 1em !important; } +/* Sidebar header button sizing */ +#sidebar-switcher-target { + flex: unset !important; +} + /* Sidebar header button arrow opacity */ #sidebar-switcher-arrow { opacity: 1 !important; @@ -183,6 +188,10 @@ button.close.ghost-button:active { margin: 4px 4px 0 4px !important; } +#context-navigation > .menuitem-iconic > .menu-iconic-left > .menu-iconic-icon { + margin: 3px !important; +} + /* Bookmarks editor buttons */ .expander-down image, .expander-up image { margin: 6px !important; diff --git a/src/other/firefox/Monterey/parts/headerbar-urlbar.css b/src/other/firefox/Monterey/parts/headerbar-urlbar.css index 0eb00c5..3a27eaa 100644 --- a/src/other/firefox/Monterey/parts/headerbar-urlbar.css +++ b/src/other/firefox/Monterey/parts/headerbar-urlbar.css @@ -14,8 +14,8 @@ toolbarspring { max-width: 1000px !important; } -#stop-reload-button + toolbarspring { - max-width: 1px !important; +#nav-bar toolbarbutton + toolbarspring { + display: none !important; } #urlbar-container + toolbarspring {