mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-15 15:20:33 -08:00
Clean: indent
This commit is contained in:
parent
5cb722ba5e
commit
9005ab6751
1 changed files with 7 additions and 11 deletions
|
|
@ -1,10 +1,6 @@
|
|||
#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;
|
||||
border-radius: var(--tab-border-radius) var(--tab-border-radius) 0px 0px !important;
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
.tab-background[selected="true"] {
|
||||
|
|
@ -12,7 +8,7 @@
|
|||
}
|
||||
|
||||
.tab-content {
|
||||
margin-top: var(--proton-tab-block-margin);
|
||||
margin-top: var(--proton-tab-block-margin);
|
||||
}
|
||||
|
||||
.tab-stack {
|
||||
|
|
@ -21,11 +17,11 @@
|
|||
}
|
||||
|
||||
.tabbrowser-tab {
|
||||
margin: 0px !important;
|
||||
margin-inline: 0px !important;
|
||||
padding-inline: 1px !important;
|
||||
margin: 0px !important;
|
||||
margin-inline: 0px !important;
|
||||
padding-inline: 1px !important;
|
||||
}
|
||||
|
||||
menupopup > menuitem, menupopup > menu {
|
||||
padding-block: 0.15em !important;
|
||||
padding-block: 0.15em !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue