mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-03 05:50:57 -08:00
Fix: Photon Style's Tab Bar - Apply --tab-min-height (v96) #304
This commit is contained in:
parent
184a53c009
commit
7bf072fa9b
1 changed files with 3 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue