Skip to content

Commit

Permalink
fix: adjust threading curve
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jun 30, 2021
1 parent e9a0416 commit c5123e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ div.items-center::after,
position: absolute;
border-left: 2px solid transparent;
border-bottom: 2px solid transparent;
border-bottom-left-radius: 6px;
border-bottom-left-radius: 10px;
}

.blocks-container > .ls-block > div > div.items-center::before,
Expand All @@ -311,7 +311,7 @@ div.items-center::after,

.ls-block > div > div.items-center::after {
content: "";
height: calc(100% - 4px);
height: calc(100% - 10px);
width: 2px;
top: -50%;
left: -2px;
Expand Down

0 comments on commit c5123e4

Please sign in to comment.