From b6c0c5a242ac3094af04e21be544678010908ff2 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 10 Apr 2020 15:46:27 +0300 Subject: [PATCH] Remove vertical padding from urlbarview rows --- chrome/compact_urlbar_megabar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/compact_urlbar_megabar.css b/chrome/compact_urlbar_megabar.css index c034693..8b70a64 100644 --- a/chrome/compact_urlbar_megabar.css +++ b/chrome/compact_urlbar_megabar.css @@ -8,6 +8,6 @@ } #urlbar[breakout]:not([open]){ bottom: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important; } .urlbarView{ margin-inline: 0 !important; width: auto !important; } -.urlbarView-row{ padding-inline: 4px !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