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

active
This commit is contained in:
MrOtherGuy 2020-04-10 20:47:35 +03:00
parent b6c0c5a242
commit c243c9feda

View file

@ -11,3 +11,4 @@
.urlbarView-row{ padding: 0 4px !important; } .urlbarView-row{ padding: 0 4px !important; }
#urlbar-background{ animation: none !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) }