Skip to content

Commit

Permalink
Update bullet_threading.scss for Logseq 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Si Le committed May 12, 2023
1 parent 70b3207 commit e2e6316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bullet_threading.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
pointer-events: none;
content: "";
left: calc(var(--ls-block-bullet-threading-width) * -1);
right: 6px;
right: 20px;
top: calc(-50% + var(--ls-block-bullet-threading-width) * 0.5 - 1px);
bottom: 50%;
/* shift left 1px for border */
Expand Down Expand Up @@ -123,7 +123,7 @@
content: "";
top: 12px;
bottom: 0;
left: -15px;
left: -21px;
position: absolute;
border-left: var(--ls-block-bullet-threading-width) solid transparent;
}
Expand Down

0 comments on commit e2e6316

Please sign in to comment.