Fix: Photon Style's Tab Bar - Apply --tab-min-height (v96) #304

This commit is contained in:
MS_Y 2022-01-18 09:05:39 +09:00 committed by GitHub
parent 184a53c009
commit 7bf072fa9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2869,6 +2869,9 @@ menuitem.openintabs-menuitem,
#tabbrowser-tabs[positionpinnedtabs] > #tabbrowser-arrowscrollbox > .tabbrowser-tab[pinned] {
min-height: var(--tab-min-height) !important;
}
#tabbrowser-arrowscrollbox {
height: var(--tab-min-height);
}
/* Top Margin */
.tab-background,