mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-10 01:34:50 -08:00
Clean: Tab Bar - Distribution padding, radius
This commit is contained in:
parent
c78934bf42
commit
9490e40edd
1 changed files with 3 additions and 5 deletions
|
|
@ -2783,16 +2783,14 @@ menuitem.openintabs-menuitem,
|
|||
}
|
||||
|
||||
/** Reduce Padding ************************************************************/
|
||||
/*= Root - Reduce Padding ====================================================*/
|
||||
/*= Tab Bar - Distribution padding, radius ===================================*/
|
||||
:root {
|
||||
/* Tab Bar */
|
||||
--proton-tab-block-margin: 2px !important; /* Original: 4px, Legacy */
|
||||
--tab-block-margin: 2px !important; /* New version of --proton-tab-block-margin */
|
||||
--proton-tab-block-margin: var(--tab-block-margin) !important; /* Original: 4px, Legacy */
|
||||
}
|
||||
|
||||
:root[uidensity="touch"] {
|
||||
/* Tab Bar - Like Original */
|
||||
--proton-tab-block-margin: 4px !important; /* Original: 4px */
|
||||
/* Like Original */
|
||||
--tab-block-margin: 4px !important; /* New version of --proton-tab-block-margin */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue