Fixed having right side URLbar opening in single toolbar

This commit is contained in:
mr. M
2024-12-16 23:37:43 +01:00
parent 0e09b2b12a
commit c5cbfb1a3c

View File

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