mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
modify urlbar-icon heights to match smaller urlbar
This commit is contained in:
parent
f767f870ab
commit
fdca564431
1 changed files with 1 additions and 0 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue