From 0076ca360f69589b932dd73b5cdb2685f6e8790d Mon Sep 17 00:00:00 2001 From: He4eT Date: Fri, 26 Jan 2024 22:50:25 +0100 Subject: [PATCH] firefox: search icon padding --- firefox/userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox/userChrome.css b/firefox/userChrome.css index d25a3bb..49851b4 100644 --- a/firefox/userChrome.css +++ b/firefox/userChrome.css @@ -26,7 +26,7 @@ } @media (-moz-bool-pref: "browser.urlbar.richSuggestions.featureGate") { - #urlbar:not(.searchButton) > #urlbar-input-container > #identity-box[pageproxystate="invalid"] > .identity-box-button { + #urlbar:not(.searchButton) > #urlbar-input-container .identity-box-button { padding-inline: var(--urlbar-icon-padding) !important; } }