Skip to content

Commit

Permalink
fix(bullet threading): update bullet threading for Logseq 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
UNICKCHENG committed May 13, 2023
1 parent b470480 commit 9c096f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 5 additions & 1 deletion scss/_bullet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c096f0

Please sign in to comment.