Skip to content

Commit 15e0bb5

Browse files
committed
Fix: Tabar - max-height #1111
1 parent 5a5dede commit 15e0bb5

3 files changed

Lines changed: 28 additions & 0 deletions

File tree

css/leptonChrome.css

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/leptonChromeESR.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/tab/_connect_to_window.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
#TabsToolbar {
2+
#tabbrowser-tabs:not([orient="vertical"]) {
3+
max-height: var(--tab-min-height);
4+
}
5+
6+
&[multibar] #tabbrowser-tabs:not([orient="vertical"]) {
7+
max-height: var(--tab-min-height_mlt);
8+
}
9+
}
10+
111
#tabbrowser-tabs:not([orient="vertical"]) {
212
min-height: unset !important; /* Original: var(--tabstrip-min-height) */
313

0 commit comments

Comments
 (0)