autofox

automated firefox setup
git clone https://git.awy.one/autofox.git
Log | Files | Refs | README

commit 98eb115db892b4073678d9264c4a1f56c129923a
parent e8491a611c60b2de8f9a1b53a27ade2109023b65
Author: awy <awy@awy.one>
Date:   Sat,  3 May 2025 14:33:53 +0300

square everything

Diffstat:
MuserChrome.css | 18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/userChrome.css b/userChrome.css @@ -129,3 +129,21 @@ scrollcorner { #sidebar-main { visibility: collapse !important; } + +menupopup, +.menupopup-arrowscrollbox{ border-radius: 0 !important; } + +:root { + /* reduce padding between menu items */ + --arrowpanel-menuitem-padding: var(--custom-menuitem-padding-vertical, 6px) var(--custom-menuitem-padding-horizontal, 8px) !important; + --arrowpanel-menuitem-margin: 0 var(--custom-menuitem-margin, 4px) !important; + --panel-subview-body-padding: var(--custom-menuitem-margin, 4px) 0 !important; + + + /* square the off most of the UI (selection buttons on hover, context menus, hamburger menus, etc) */ + --toolbarbutton-border-radius: 0 !important; + --arrowpanel-menuitem-border-radius: 0 !important; + --arrowpanel-border-radius: 0 !important; + --tab-border-radius: 0 !important; + --subviewbutton-border-radius: 0 !important; +}