Reduce minimum width of the URL bar when open to improve layout flexibility

This commit is contained in:
mr. M
2025-02-08 20:20:00 +01:00
parent 1c83609b8c
commit b79d6a7347

View File

@@ -393,7 +393,7 @@ button.popup-notification-dropmarker {
:root[zen-single-toolbar='true'] {
#urlbar[open] {
min-width: 40vw;
min-width: 30vw;
}
&[zen-right-side='true'] #urlbar[open]:not([zen-floating-urlbar='true']) {