mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
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
|
@ -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) }
|
Loading…
Reference in a new issue