Skip to content

Commit

Permalink
Merge pull request #93 from omnisyle/patch-1
Browse files Browse the repository at this point in the history
CLOSE #92
  • Loading branch information
UNICKCHENG committed May 13, 2023
2 parents 70b3207 + e2e6316 commit 9b72ab5
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 9b72ab5

Please sign in to comment.