From fdca564431cc055a290f1ad3d89aabbae4920b0f Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 21 Apr 2021 09:41:22 +0300 Subject: [PATCH] modify urlbar-icon heights to match smaller urlbar --- chrome/compact_urlbar_megabar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/compact_urlbar_megabar.css b/chrome/compact_urlbar_megabar.css index b81f4b1..99a58cf 100644 --- a/chrome/compact_urlbar_megabar.css +++ b/chrome/compact_urlbar_megabar.css @@ -9,6 +9,7 @@ See the above repository for updates as well as full license text. */ top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important; } #urlbar[breakout]:not([open]){ bottom: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important; } +.urlbar-icon{ height: calc(var(--urlbar-min-height) - 2px) !important; } .urlbarView{ margin-inline: 0 !important; width: auto !important; } .urlbarView-row{ padding: 0 2px !important; } .urlbarView-row-inner{ padding-inline-start: 4px !important; }