mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-25 05:51:23 -08:00
Fix: Tab Bar - Floorp vertical tabbar supports #710
This commit is contained in:
parent
3221e18c91
commit
3058069e0a
2 changed files with 9 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue