From b005a3cc9c69c45c5b2bb816e4ae527cc8a29e1c Mon Sep 17 00:00:00 2001 From: u6aab Date: Sat, 11 Dec 2021 03:09:52 -0500 Subject: [PATCH] add padding to search container set search container padding to 2px up from 0 --- userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index fc546cd..b3ddce0 100644 --- a/userChrome.css +++ b/userChrome.css @@ -62,7 +62,7 @@ /* Searchbar: Ensure toolbar height doesn't augment when searchbar is visible */ #urlbar-container, #search-container { - padding-block: 0 !important; + padding-block: 2px !important; } /* Searchbar: Make sure the min-height of the input is the same as the popup */