Fix: Tab Bar - uidensity

This commit is contained in:
alstjr7375 2021-09-03 10:38:58 +09:00
parent fbc208ac20
commit 2cbef93c7f

View file

@ -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;
}