Skip to content

Commit

Permalink
Fix: Tabbar - Min size at v134 #1023
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Nov 16, 2024
1 parent 3441312 commit 190aa83
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/leptonChrome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions css/leptonChromeESR.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/tab/_connect_to_window.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#tabbrowser-tabs[orient="horizontal"] {
min-height: unset !important; /* Original: var(--tabstrip-min-height) */
}
#tabbrowser-tabs[orient="vertical"] {
--uc-tab-border-bottom-radius: var(--tab-border-radius);
}
Expand Down

0 comments on commit 190aa83

Please sign in to comment.