mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-03 15:53:52 -08:00
Fix: Tab Bar - uidensity
This commit is contained in:
parent
fbc208ac20
commit
2cbef93c7f
1 changed files with 2 additions and 2 deletions
|
|
@ -674,11 +674,11 @@
|
|||
max-height: 38px;
|
||||
}
|
||||
:root[uidensity="compact"] .toolbar-items,
|
||||
.tabbrowser-tab {
|
||||
:root[uidensity="compact"] .tabbrowser-tab {
|
||||
max-height: 36px;
|
||||
}
|
||||
:root[uidensity="touch"] .toolbar-items,
|
||||
.tabbrowser-tab {
|
||||
:root[uidensity="touch"] .tabbrowser-tab {
|
||||
max-height: 45px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue