Skip to content

Commit

Permalink
fix: adapt for Logseq 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Oct 12, 2021
1 parent 69c2024 commit f434c51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/_markers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ a[priority]::before,
a.priority::before {
border: 1px solid #eee;
border-radius: var(--ct-marker-border-radius);
padding-left: 1px;
font-size: 12px;
font-weight: 600;
height: var(--ct-marker-size);
Expand Down
3 changes: 1 addition & 2 deletions src/bullet_threading.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
height: 14px !important;
width: 14px !important;
position: relative;
transform: translateX(-1.5px);
}

/* Block bullet path should only show in a nested block */
Expand Down Expand Up @@ -94,7 +93,7 @@
content: "";
top: 12px;
bottom: 0;
left: -17px;
left: -15px;
position: absolute;
border-left: var(--ls-block-bullet-threading-width) solid transparent;
}
Expand Down

0 comments on commit f434c51

Please sign in to comment.