From f3cefbc21e1927311e2a168b876af30a77674b9a Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 13 Aug 2021 15:00:32 +0900 Subject: [PATCH] Fix: Tab Bar for photon style - height to fixed size #154 --- userChrome.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/userChrome.css b/userChrome.css index c0ca41e..c6d72d9 100644 --- a/userChrome.css +++ b/userChrome.css @@ -503,6 +503,7 @@ /* Toolbar Height */ #TabsToolbar { --tab-min-height: 33px !important; + --toolbarbutton-inner-padding: unset !important; } :root[uidensity=compact] #TabsToolbar { --tab-min-height: 29px !important; @@ -510,6 +511,11 @@ :root[uidensity=touch] #TabsToolbar { --tab-min-height: 41px !important; } + #tabbrowser-tabs, + #tabbrowser-arrowscrollbox, + #tabbrowser-tabs[positionpinnedtabs] > #tabbrowser-arrowscrollbox > .tabbrowser-tab[pinned] { + min-height: var(--tab-min-height) !important; + } /* Top Margin */ .tab-background, .tab-content {