diff --git a/userChrome.css b/userChrome.css index f7aba9a..e6a5321 100644 --- a/userChrome.css +++ b/userChrome.css @@ -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;