Skip to content

Commit

Permalink
fix: bullet offset
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jan 14, 2022
1 parent d18da8d commit 6c2f83c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/bullet_threading.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@
}
}

// Fix https://github.com/pengx17/logseq-plugin-bullet-threading/issues/1
@media (max-width: 640px) {
.ls-block[haschild=true] > div > .block-content-wrapper::before {
left: -11px;
}
}

/* Disable for doc mode */
.doc-mode div.items-center::before,
.doc-mode div.items-center::after,
Expand Down

0 comments on commit 6c2f83c

Please sign in to comment.