Fix: Tab Bar - Height at TabMixPlus's multirow'

https://github.com/onemen/TabMixPlus/issues/168
This commit is contained in:
alstjr7375 2022-10-13 09:42:26 +09:00
parent 7a5f6502bc
commit 16e310b2e0
2 changed files with 11 additions and 0 deletions

View file

@ -3591,6 +3591,12 @@
height: var(--tab-min-height) !important;
}
}
/* Works with TabMixPlus */
#TabsToolbar[multibar] .tabbrowser-tab {
height: unset !important;
/* Original: var(--tab-min-height_mlt) */
}
/* Scroll Button - Size Fix */
:root #tabbrowser-arrowscrollbox {
--scrollbtn-vertical-padding: 3px;

View file

@ -59,6 +59,11 @@
}
}
/* Works with TabMixPlus */
#TabsToolbar[multibar] .tabbrowser-tab {
height: unset !important; /* Original: var(--tab-min-height_mlt) */
}
/* Scroll Button - Size Fix */
:root #tabbrowser-arrowscrollbox {
--scrollbtn-vertical-padding: 3px;