Add vertical padding to identity-box to prevent urlbar size changes when

active
pull/61/head
MrOtherGuy 5 years ago
parent b6c0c5a242
commit c243c9feda

@ -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; }
#urlbar-input-container{ padding: 0 !important; height: 100% !important; }
#identity-box{ padding-block: var(--urlbar-icon-padding) }
Loading…
Cancel
Save