diff --git a/package.json b/package.json index b995305..af56f4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-developer-theme", - "version": "v1.2.6", + "version": "v1.2.7", "description": "A more developer-friendly minimalist theme.", "author": "unickcheng", "repo": "UNICKCHENG/logseq-developer-theme", diff --git a/scss/_bullet.scss b/scss/_bullet.scss index 9931c03..cae7e78 100644 --- a/scss/_bullet.scss +++ b/scss/_bullet.scss @@ -71,13 +71,17 @@ > div > .block-content-wrapper::before { left: -11.6px; @media screen and (min-width: 640px) { - left: -16px; + left: -22px; } } &:focus-within > div > .block-content-wrapper::before { border-color: var(--ls-block-bullet-active-color); } } + + & > div > div.items-center::before { + right: 20px !important; + } } // == Some cases where bullet threading is not displayed