mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-02 15:23:59 -08:00
parent
6b045e3401
commit
0222ac08e4
1 changed files with 5 additions and 5 deletions
|
|
@ -2790,11 +2790,6 @@ menuitem.openintabs-menuitem,
|
|||
--tab-block-margin: 2px !important; /* New version of --proton-tab-block-margin */
|
||||
}
|
||||
|
||||
:root[uidensity="compact"] {
|
||||
/* Tool Bar */
|
||||
--toolbarbutton-outer-padding: 2px !important; /* Original: 3px, General is 2px */
|
||||
}
|
||||
|
||||
:root[uidensity="touch"] {
|
||||
/* Tab Bar - Like Original */
|
||||
--proton-tab-block-margin: 4px !important; /* Original: 4px */
|
||||
|
|
@ -2967,6 +2962,11 @@ menuitem.openintabs-menuitem,
|
|||
background-position-y: bottom calc(4.5px + var(--tabs-navbar-shadow-size)) !important;
|
||||
}
|
||||
|
||||
/*= Tool Bar - Button Padding ================================================*/
|
||||
:root[uidensity="compact"] {
|
||||
--toolbarbutton-outer-padding: 2px !important; /* Original: 3px, General is 2px */
|
||||
}
|
||||
|
||||
/*= Nav Bar - Reduce Width ===================================================*/
|
||||
#nav-bar:not([customizing]) toolbarspring {
|
||||
min-width: 1px !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue