mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-05 08:43:09 -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
6
css/leptonChrome.css
generated
6
css/leptonChrome.css
generated
|
|
@ -6097,8 +6097,12 @@
|
|||
/** Tab UI ********************************************************************/
|
||||
/*= Tab - Connect to window ==============================================*/
|
||||
@supports -moz-bool-pref("userChrome.tab.connect_to_window") {
|
||||
#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;
|
||||
}
|
||||
.tab-content {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue