mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-20 06:21:00 +00:00
Fixed having right side URLbar opening in single toolbar
This commit is contained in:
@@ -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'] {
|
||||
|
||||
Reference in New Issue
Block a user