From ece7f3c8311855c7d3fe463e4dce54554657109b Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Thu, 22 Aug 2024 11:29:27 +0800 Subject: [PATCH] Update tabsbar.css --- src/other/firefox/Monterey/parts/tabsbar.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/other/firefox/Monterey/parts/tabsbar.css b/src/other/firefox/Monterey/parts/tabsbar.css index 680ab82e..a1e87c3b 100644 --- a/src/other/firefox/Monterey/parts/tabsbar.css +++ b/src/other/firefox/Monterey/parts/tabsbar.css @@ -18,6 +18,11 @@ tab > stack { background-image: none !important; } +.tab-content { + height: 32px !important; + min-height: 32px !important; +} + .tabbrowser-tab:not([visuallyselected="true"], [multiselected]), .tabbrowser-tab:-moz-lwtheme { color: var(--gnome-tabbar-tab-color) !important; }