Make sure to properly align the urlbar when it's not floating on compact mode

This commit is contained in:
mr. m
2025-02-25 21:58:15 +01:00
parent 07c5474cf2
commit 279849debe

View File

@@ -345,6 +345,10 @@
opacity: var(--zen-grainy-background-opacity, 0);
mix-blend-mode: overlay;
}
& #urlbar:not([zen-floating-urlbar='true']) {
top: 2px !important;
}
}
}
}