Skip to content

Commit

Permalink
fix: bullet threading plugin integration
Browse files Browse the repository at this point in the history
  • Loading branch information
stdword committed Aug 19, 2024
1 parent 8c84714 commit f662ab5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1400,6 +1400,10 @@ audio::-webkit-media-controls-enclosure {
/* bullet threading */

/* override block thread width */
html[data-color=none] {
--ls-block-bullet-active-color: var(--ls-link-text-color) !important;
}

body:has(> #logseq-bullet-threading_lsp_main) {
& .bullet-container {
transform: translate(0px, -1px) !important;
Expand All @@ -1408,6 +1412,10 @@ body:has(> #logseq-bullet-threading_lsp_main) {
font-size: 15px;
}
}
& .block-children-left-border {
top: -1px;
width: 2px;
}
& .block-children-left-border + .block-children {
border-left-width: 1px !important;
}
Expand Down

0 comments on commit f662ab5

Please sign in to comment.