mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Add: tab make to connect toolbar
This commit is contained in:
parent
23ae9800ab
commit
5cb722ba5e
1 changed files with 31 additions and 0 deletions
31
userChrome.css
Normal file
31
userChrome.css
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
#TabsToolbar {
|
||||
--toolbarbutton-inner-padding: calc((var(--tab-min-height) - 16px) / 2);
|
||||
}
|
||||
|
||||
.tab-background {
|
||||
border-radius: var(--tab-border-radius) var(--tab-border-radius) 0px 0px !important;
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
.tab-background[selected="true"] {
|
||||
background: var(--toolbar-bgcolor) !important;
|
||||
}
|
||||
|
||||
.tab-content {
|
||||
margin-top: var(--proton-tab-block-margin);
|
||||
}
|
||||
|
||||
.tab-stack {
|
||||
margin-top: 0px !important;
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab {
|
||||
margin: 0px !important;
|
||||
margin-inline: 0px !important;
|
||||
padding-inline: 1px !important;
|
||||
}
|
||||
|
||||
menupopup > menuitem, menupopup > menu {
|
||||
padding-block: 0.15em !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue