From 73e6e81b81cebbe70bfa8fce071eea8a335d05f8 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sat, 26 Feb 2022 09:26:31 +0800 Subject: [PATCH] Fixed issues --- src/other/firefox/Monterey/parts/tabsbar-alt.css | 14 ++------------ src/other/firefox/Monterey/parts/tabsbar.css | 5 ++--- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/src/other/firefox/Monterey/parts/tabsbar-alt.css b/src/other/firefox/Monterey/parts/tabsbar-alt.css index db5319f..dda161a 100644 --- a/src/other/firefox/Monterey/parts/tabsbar-alt.css +++ b/src/other/firefox/Monterey/parts/tabsbar-alt.css @@ -19,7 +19,7 @@ } tab > stack { - height: 32px !important; + margin: 0 3px !important; } :root:not([sizemode="normal"]) .titlebar-spacer[type="pre-tabs"], :root[gtktiledwindow="true"] .titlebar-spacer[type="pre-tabs"] { /* reset */ @@ -30,18 +30,11 @@ tab > stack { width: 8px !important; } -.tabbrowser-tab { - margin: 0 3px !important; -} - .tabbrowser-tab, .tab-background { border: none !important; box-shadow: none !important; border-radius: 8px !important; - height: 32px !important; - min-height: 32px !important; - max-height: 32px !important; padding: 0 !important; background-image: none !important; } @@ -250,8 +243,6 @@ tab > stack { #tabs-newtab-button, #TabsToolbar #new-tab-button { margin: 0 2px !important; padding: 0 10px !important; - max-height: 32px !important; - min-height: 32px !important; } #TabsToolbar .toolbarbutton-1 image, @@ -263,8 +254,7 @@ tab > stack { } #TabsToolbar #scrollbutton-up, #TabsToolbar #scrollbutton-down { - max-height: 32px !important; - min-height: 32px !important; + height: 36px !important; } #TabsToolbar #scrollbutton-up image, #TabsToolbar #scrollbutton-down image { diff --git a/src/other/firefox/Monterey/parts/tabsbar.css b/src/other/firefox/Monterey/parts/tabsbar.css index 52eeb76..0698872 100644 --- a/src/other/firefox/Monterey/parts/tabsbar.css +++ b/src/other/firefox/Monterey/parts/tabsbar.css @@ -2,9 +2,8 @@ @namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"; -.tabbrowser-tab { - margin-left: 3px !important; - margin-right: 3px !important; +tab > stack { + margin: 0 3px !important; } .tabbrowser-tab,