From 16a4cd3d5bb43c811209da9ffe49f90a4118e66c Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 21 Oct 2020 15:58:16 +0300 Subject: [PATCH] remove now unnecessary vertical padding from identity-box --- chrome/compact_urlbar_megabar.css | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/compact_urlbar_megabar.css b/chrome/compact_urlbar_megabar.css index 620534d..7516f65 100644 --- a/chrome/compact_urlbar_megabar.css +++ b/chrome/compact_urlbar_megabar.css @@ -14,5 +14,4 @@ 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) } .urlbarView > .search-one-offs:not([hidden]){ padding-block: 0px !important; } \ No newline at end of file