mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-07 21:49:58 +02:00
Fix minor changes in urlbar when using zen-floating-urlbar (#9120)
This commit is contained in:
parent
400598a0b1
commit
ba7eff60ef
1 changed files with 5 additions and 2 deletions
|
@ -481,11 +481,14 @@ button.popup-notification-dropmarker {
|
||||||
left: 50% !important;
|
left: 50% !important;
|
||||||
|
|
||||||
#urlbar-container:has(&) {
|
#urlbar-container:has(&) {
|
||||||
border-radius: 10px;
|
border-radius: var(--border-radius-medium);
|
||||||
background: var(--toolbarbutton-hover-background);
|
background: var(--toolbarbutton-hover-background);
|
||||||
|
height: var(--urlbar-height) !important;
|
||||||
|
margin-inline: 0.15rem !important;
|
||||||
:root:not([zen-single-toolbar='true']) & {
|
:root:not([zen-single-toolbar='true']) & {
|
||||||
max-height: 32px !important;
|
max-height: 32px !important;
|
||||||
min-height: unset;
|
min-height: unset !important;
|
||||||
|
margin-block: -1px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue