Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengyu-yang committed May 29, 2023
1 parent 01ff0b8 commit 428a10c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ a.title h1.title {
background-color: var(--ls-block-bullet-active-color);
box-shadow: 0 0 0 1px var(--ls-block-bullet-active-color);
}
.ls-block div.items-center {
.ls-block div.block-control-wrap {
position: relative;
height: 26px !important;
}
Expand All @@ -450,7 +450,7 @@ a.title h1.title {
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 @@ -482,7 +482,7 @@ a.title h1.title {
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 428a10c

Please sign in to comment.