From 7eea7d25f257ccce74e495cf07dd8818a9c38996 Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Wed, 8 Sep 2021 18:43:15 +0900 Subject: [PATCH] Fix: URL Bar - Padding for each uidensity --- userChrome.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index af31cab..a133b11 100644 --- a/userChrome.css +++ b/userChrome.css @@ -759,9 +759,13 @@ /*= URL Bar - Reduce Padding ===============================================*/ :root:not([uidensity="touch"]) #urlbar-container, :root:not([uidensity="touch"]) #search-container { - padding-block: 2px !important; /* Original: 4px */ + padding-block: 3px !important; /* Original: 4px */ margin-inline: 5px !important; /* Original: 5px */ } + :root:not([uidensity="compact"]) #urlbar-container, + :root:not([uidensity="compact"]) #search-container { + padding-block: 2px !important; + } /* spread menu */ :root:not([uidensity]) .urlbarView-row {