From 828d8181a3d8a1011d0febdbbc30cb04a5142bb7 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 9 Jun 2020 16:16:21 +0300 Subject: [PATCH] Make one-off results more compact --- chrome/compact_urlbar_megabar.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/compact_urlbar_megabar.css b/chrome/compact_urlbar_megabar.css index e6f8ed1..620534d 100644 --- a/chrome/compact_urlbar_megabar.css +++ b/chrome/compact_urlbar_megabar.css @@ -14,4 +14,5 @@ See the above repository for updates as well as full license text. */ .urlbarView-row-inner{ padding-inline-start: 4px !important; } #urlbar-background{ animation: none !important; } #urlbar-input-container{ padding: 0 !important; height: 100% !important; } -#identity-box{ padding-block: var(--urlbar-icon-padding) } \ No newline at end of file +#identity-box{ padding-block: var(--urlbar-icon-padding) } +.urlbarView > .search-one-offs:not([hidden]){ padding-block: 0px !important; } \ No newline at end of file