Fix: connection resizer style

This commit is contained in:
Dreamacro 2021-07-02 00:41:10 +08:00
parent 610d63cf7d
commit 70a7021801

View File

@ -38,7 +38,7 @@
position: absolute; position: absolute;
opacity: 0; opacity: 0;
right: math.div($width, 2); right: math.div($width, -2);
top: $padding; top: $padding;
bottom: $padding; bottom: $padding;
width: $width; width: $width;
@ -53,7 +53,7 @@
display: block; display: block;
position: absolute; position: absolute;
left: math.div($width, 2); left: math.div($width, 2);
transform: translateX(-2px); transform: translateX(-1px);
width: 2px; width: 2px;
height: 100%; height: 100%;
background-color: rgba($color-gray-darken, 60%); background-color: rgba($color-gray-darken, 60%);