From 0222ac08e4445082a68fbcd56fdca117725c478d Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Sat, 19 Mar 2022 01:47:52 +0900 Subject: [PATCH] Clean: Toolbar - Button padding https://github.com/black7375/Firefox-UI-Fix/commit/4513eba2b5a1f7deb10a85c3b1fc6b9daf32bf35 https://github.com/black7375/Firefox-UI-Fix/commit/2ca68b2ca3dc3cdf98155d2c050aa193c15ebf3e --- userChrome.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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;