From 43fa950090af145d5d19b2e26d882c8672f262e9 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 9 Jul 2021 10:20:05 +0900 Subject: [PATCH] Add: URL Bar - Reduce padding --- userChrome.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/userChrome.css b/userChrome.css index 46aac01..56c896f 100644 --- a/userChrome.css +++ b/userChrome.css @@ -311,11 +311,18 @@ } /* spread menu */ - :root[uidensity=compact] .urlbarView-row:not([type=tip], [type=dynamic]) { - padding-block: 1px; /* [Compact, General]: 2px, Touch: 11px */ + :root:not([uidensity]) .urlbarView-row { + padding-block: 1px; /* Original: 2px */ + } + :root[uidensity=compact] .urlbarView-row { + padding-block: 0px; + } + + :root:not([uidensity]) #urlbar .search-one-offs:not([hidden]) { + padding-block: 8px; /* Original: 10px */ } :root[uidensity=compact] #urlbar .search-one-offs:not([hidden]) { - padding-block: 2px; /* [Compact, General]: 4px, Touch 11px */ + padding-block: 2px; } /*= BookMark Bar - Reduce Height ===========================================*/