From 70a7021801537250f5d410d341f29f6e022a5e36 Mon Sep 17 00:00:00 2001 From: Dreamacro <8615343+Dreamacro@users.noreply.github.com> Date: Fri, 2 Jul 2021 00:41:10 +0800 Subject: [PATCH] Fix: connection resizer style --- src/containers/Connections/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/containers/Connections/style.scss b/src/containers/Connections/style.scss index af18282..75027a0 100644 --- a/src/containers/Connections/style.scss +++ b/src/containers/Connections/style.scss @@ -38,7 +38,7 @@ position: absolute; opacity: 0; - right: math.div($width, 2); + right: math.div($width, -2); top: $padding; bottom: $padding; width: $width; @@ -53,7 +53,7 @@ display: block; position: absolute; left: math.div($width, 2); - transform: translateX(-2px); + transform: translateX(-1px); width: 2px; height: 100%; background-color: rgba($color-gray-darken, 60%);