Skip to content

Commit 190aa83

Browse files
committed
Fix: Tabbar - Min size at v134 #1023
1 parent 3441312 commit 190aa83

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

css/leptonChrome.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.

css/leptonChromeESR.css

Lines changed: 3 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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#tabbrowser-tabs[orient="horizontal"] {
2+
min-height: unset !important; /* Original: var(--tabstrip-min-height) */
3+
}
14
#tabbrowser-tabs[orient="vertical"] {
25
--uc-tab-border-bottom-radius: var(--tab-border-radius);
36
}

0 commit comments

Comments
 (0)