mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
modify tab-label line-height to prevent tab height increase w large font
This commit is contained in:
parent
d8f027a088
commit
4daf1969be
1 changed files with 6 additions and 0 deletions
|
@ -32,3 +32,9 @@ See the above repository for updates as well as full license text. */
|
|||
visibility: visible;
|
||||
transition-delay: 18ms
|
||||
}
|
||||
/* These rules make sure that height of tabs toolbar doesn't exceed tab-min-height */
|
||||
#tabbrowser-tabs:not([secondarytext-unsupported]) .tab-label-container{
|
||||
max-height: var(--tab-min-height);
|
||||
}
|
||||
.tab-label{ line-height: 20px !important; }
|
||||
:root[uidensity="compact"] .tab-label{ line-height: 18px !important; }
|
Loading…
Reference in a new issue