1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-07 17:15:30 +02:00

Fix minor changes in urlbar when using zen-floating-urlbar (#9120)

This commit is contained in:
Jai A P 2025-06-23 10:26:00 +05:30 committed by GitHub
parent 400598a0b1
commit ba7eff60ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -481,11 +481,14 @@ button.popup-notification-dropmarker {
left: 50% !important;
#urlbar-container:has(&) {
border-radius: 10px;
border-radius: var(--border-radius-medium);
background: var(--toolbarbutton-hover-background);
height: var(--urlbar-height) !important;
margin-inline: 0.15rem !important;
:root:not([zen-single-toolbar='true']) & {
max-height: 32px !important;
min-height: unset;
min-height: unset !important;
margin-block: -1px !important;
}
}
}