Add vertical padding to identity-box to prevent urlbar size changes when
active
This commit is contained in:
parent
b6c0c5a242
commit
c243c9feda
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue