Skip to content

Commit

Permalink
Fix: Tab Bar - Floorp vertical tabbar supports #710
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Jun 17, 2023
1 parent 3221e18 commit 3058069
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion css/leptonChrome.css

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

5 changes: 4 additions & 1 deletion src/tab/_connect_to_window.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#tabbrowser-tabs[orient="vertical"] {
--uc-tab-border-bottom-radius: var(--tab-border-radius);
}
.tab-background {
border-radius: var(--tab-border-radius) var(--tab-border-radius) 0px 0px !important;
border-radius: var(--tab-border-radius) var(--tab-border-radius) var(--uc-tab-border-bottom-radius, 0px) var(--uc-tab-border-bottom-radius, 0px) !important;
margin-bottom: 0px !important;
}

Expand Down

0 comments on commit 3058069

Please sign in to comment.