Skip to content

Commit

Permalink
Fix: Tab Bar - Height at TabMixPlus's multirow'
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Oct 13, 2022
1 parent 7a5f650 commit 16e310b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/leptonChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
5 changes: 5 additions & 0 deletions src/padding/_tabbar_height.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 16e310b

Please sign in to comment.