Fix: Tab Bar for photon style - height to fixed size #154

This commit is contained in:
alstjr7375 2021-08-13 15:00:32 +09:00
parent 144c5ff21c
commit f3cefbc21e

View file

@ -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 {