mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-04 14:30:39 -08:00
Fix: Tab bar - height of photon-style #333
This commit is contained in:
parent
71e539c495
commit
eb8a135ce6
1 changed files with 11 additions and 8 deletions
|
|
@ -2865,16 +2865,19 @@ menuitem.openintabs-menuitem,
|
|||
}
|
||||
|
||||
/* Toolbar Height */
|
||||
#tabbrowser-arrowscrollbox {
|
||||
--tabbar-max-height: 33px;
|
||||
max-height: calc(var(--tabbar-max-height) + var(--space-above-tabbar));
|
||||
#TabsToolbar {
|
||||
--tab-min-height: 33px !important;
|
||||
--toolbarbutton-inner-padding: unset !important;
|
||||
}
|
||||
:root[uidensity="compact"] #TabsToolbar {
|
||||
--tab-min-height: 29px !important;
|
||||
}
|
||||
:root[uidensity="touch"] #TabsToolbar {
|
||||
--tab-min-height: 41px !important;
|
||||
}
|
||||
|
||||
:root[uidensity="compact"] #tabbrowser-arrowscrollbox {
|
||||
--tabbar-max-height: 29px;
|
||||
}
|
||||
:root[uidensity="touch"] #tabbrowser-arrowscrollbox {
|
||||
--tabbar-max-height: 45px;
|
||||
#tabbrowser-arrowscrollbox {
|
||||
max-height: calc(var(--tab-min-height) + var(--space-above-tabbar));
|
||||
}
|
||||
|
||||
/* Top Margin */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue