Skip to content

Commit

Permalink
fix: bullet threading issue on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed May 20, 2022
1 parent 527ee2c commit 100557b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bullet_threading.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 100557b

Please sign in to comment.