Enhance URL bar behavior by adjusting primary selection suppression and refining CSS styles for compact mode

This commit is contained in:
mr. M
2025-02-07 22:23:06 +01:00
parent 64cadfe37a
commit 527b8a39f8
2 changed files with 31 additions and 17 deletions

View File

@@ -241,14 +241,16 @@
right 0.3s var(--zen-compact-mode-func);
opacity: 1;
left: -1px;
:root[zen-right-side='true'] & {
right: -1px;
left: auto;
}
&:not([supress-primary-adjustment='true']) {
left: -1px;
:root[zen-right-side='true'] & {
right: -1px;
left: auto;
}
& #urlbar[open][zen-floating-urlbar='true'] {
--zen-urlbar-offset: 0px;
& #urlbar[open][zen-floating-urlbar='true'] {
--zen-urlbar-offset: 0px;
}
}
}
}