From 8934fc2a826bda92f44e944215963a6c2dbf3297 Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Tue, 3 Aug 2021 10:16:49 +0800 Subject: [PATCH] fix: bullet threading offset --- src/_blocks.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_blocks.scss b/src/_blocks.scss index 03fbb4f..1e6f132 100644 --- a/src/_blocks.scss +++ b/src/_blocks.scss @@ -140,7 +140,7 @@ div.items-center::after, content: ""; height: 100%; left: -2px; - right: 6px; + right: 7px; top: calc(-50% + 1px); position: absolute; border-left: 2px solid transparent; @@ -197,7 +197,7 @@ div.items-center::after, .ls-block > div > .block-content-wrapper::before { content: ""; - top: 1em; + top: 12px; bottom: 0; left: -17px; position: absolute;