remove now unnecessary vertical padding from identity-box

This commit is contained in:
MrOtherGuy 2020-10-21 15:58:16 +03:00
parent 5e823bafd5
commit 16a4cd3d5b

View file

@ -14,5 +14,4 @@ See the above repository for updates as well as full license text. */
.urlbarView-row-inner{ padding-inline-start: 4px !important; }
#urlbar-background{ animation: none !important; }
#urlbar-input-container{ padding: 0 !important; height: 100% !important; }
#identity-box{ padding-block: var(--urlbar-icon-padding) }
.urlbarView > .search-one-offs:not([hidden]){ padding-block: 0px !important; }