Remove vertical padding from urlbarview rows

This commit is contained in:
MrOtherGuy 2020-04-10 15:46:27 +03:00
parent 3802708d05
commit b6c0c5a242

View file

@ -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; }