Skip to content

Commit

Permalink
fix: bullet threading offset
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Aug 3, 2021
1 parent a57d703 commit 8934fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ div.items-center::after,
content: "";
height: 100%;
left: -2px;
right: 6px;
right: 7px;
top: calc(-50% + 1px);
position: absolute;
border-left: 2px solid transparent;
Expand Down Expand Up @@ -197,7 +197,7 @@ div.items-center::after,

.ls-block > div > .block-content-wrapper::before {
content: "";
top: 1em;
top: 12px;
bottom: 0;
left: -17px;
position: absolute;
Expand Down

0 comments on commit 8934fc2

Please sign in to comment.