From 377a728f76ced483bbea8f940c7cf49f1cdd4cf9 Mon Sep 17 00:00:00 2001 From: He4eT Date: Fri, 17 May 2024 14:06:52 +0200 Subject: [PATCH] firefox: userChrome.css: urlbar padding --- firefox/userChrome.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/firefox/userChrome.css b/firefox/userChrome.css index 49851b4..f9f0eee 100644 --- a/firefox/userChrome.css +++ b/firefox/userChrome.css @@ -19,6 +19,10 @@ /* Addressbar */ +#nav-bar-customization-target { + --toolbar-start-end-padding: 0; +} + #main-window:not([privatebrowsingmode="temporary"]) #urlbar-background { /* --toolbar-field-border-color: #adadad; */ border-color: var(--button-active-bgcolor) !important;