From c243c9feda7f45df48a878cb6ecaf229281041d3 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 10 Apr 2020 20:47:35 +0300 Subject: [PATCH] Add vertical padding to identity-box to prevent urlbar size changes when active --- 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 8b70a64..b94a98d 100644 --- a/chrome/compact_urlbar_megabar.css +++ b/chrome/compact_urlbar_megabar.css @@ -10,4 +10,5 @@ .urlbarView{ margin-inline: 0 !important; width: auto !important; } .urlbarView-row{ padding: 0 4px !important; } #urlbar-background{ animation: none !important; } -#urlbar-input-container{ padding: 0 !important; height: 100% !important; } \ No newline at end of file +#urlbar-input-container{ padding: 0 !important; height: 100% !important; } +#identity-box{ padding-block: var(--urlbar-icon-padding) } \ No newline at end of file