modify urlbar-icon heights to match smaller urlbar

This commit is contained in:
MrOtherGuy 2021-04-21 09:41:22 +03:00
parent f767f870ab
commit fdca564431

View file

@ -9,6 +9,7 @@ See the above repository for updates as well as full license text. */
top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important;
}
#urlbar[breakout]:not([open]){ bottom: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important; }
.urlbar-icon{ height: calc(var(--urlbar-min-height) - 2px) !important; }
.urlbarView{ margin-inline: 0 !important; width: auto !important; }
.urlbarView-row{ padding: 0 2px !important; }
.urlbarView-row-inner{ padding-inline-start: 4px !important; }