mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-19 00:02:02 +00:00
Make sure to properly align the urlbar when it's not floating on compact mode
This commit is contained in:
@@ -345,6 +345,10 @@
|
|||||||
opacity: var(--zen-grainy-background-opacity, 0);
|
opacity: var(--zen-grainy-background-opacity, 0);
|
||||||
mix-blend-mode: overlay;
|
mix-blend-mode: overlay;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& #urlbar:not([zen-floating-urlbar='true']) {
|
||||||
|
top: 2px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user