fix: Fixed wrong highlight possition in compact mode, b=closes #12252, c=compact-mode

This commit is contained in:
mr. m
2026-02-05 23:23:17 +01:00
parent e6154ceb99
commit 5a137c95e5

View File

@@ -10,9 +10,14 @@
}
#zen-dragover-background {
width: calc(100% - var(--zen-toolbox-padding) * 2 - 5px);
width: calc(100% - var(--zen-toolbox-padding) * 2 - 7px);
left: unset;
right: calc(var(--zen-toolbox-padding) + 3px);
transform: translateY(-4px);
:root:not([zen-single-toolbar="true"]) & {
transform: translateY(calc(-100% - 2px));
}
}
#zen-tabbox-wrapper {