From 100557b9b99541de476fc85c1a5cbc0b97317999 Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Fri, 20 May 2022 20:09:15 +0800 Subject: [PATCH] fix: bullet threading issue on small screens --- src/bullet_threading.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bullet_threading.scss b/src/bullet_threading.scss index e31fccd..7aeedc7 100644 --- a/src/bullet_threading.scss +++ b/src/bullet_threading.scss @@ -153,7 +153,7 @@ // Fix https://github.com/pengx17/logseq-plugin-bullet-threading/issues/1 @media (max-width: 640px) { - .ls-block[haschild="true"] > div > .block-content-wrapper::before { + .ls-block[haschild] > div > .block-content-wrapper::before { left: -11px; } }