Skip to content

Commit 43e2752

Browse files
committed
fix: outline guide line postion
1 parent e14a617 commit 43e2752

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/workspace/panel/outline.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ body.outline-enable {
5050
border-radius: 50%;
5151
position: absolute;
5252
top: 50%;
53-
transform: translate(calc(-1 * var(--size-4-5)), -50%);
53+
transform: translate(
54+
calc(-1 * var(--size-4-5) - $size * 0.5 + 1px),
55+
-50%
56+
);
5457
}
5558
}
5659

0 commit comments

Comments
 (0)