From e2e63161845cc5fc6a19fb22f5e61316fc51a981 Mon Sep 17 00:00:00 2001 From: Si Le Date: Fri, 12 May 2023 16:41:58 -0400 Subject: [PATCH] Update bullet_threading.scss for Logseq 0.9.6 --- src/bullet_threading.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bullet_threading.scss b/src/bullet_threading.scss index 40d3aa3..508227f 100644 --- a/src/bullet_threading.scss +++ b/src/bullet_threading.scss @@ -84,7 +84,7 @@ pointer-events: none; content: ""; left: calc(var(--ls-block-bullet-threading-width) * -1); - right: 6px; + right: 20px; top: calc(-50% + var(--ls-block-bullet-threading-width) * 0.5 - 1px); bottom: 50%; /* shift left 1px for border */ @@ -123,7 +123,7 @@ content: ""; top: 12px; bottom: 0; - left: -15px; + left: -21px; position: absolute; border-left: var(--ls-block-bullet-threading-width) solid transparent; }