display mistake
same on my logseq 0.10.9 (83)
@punkyard If u still using this theme, might as well try following
body:has(> #logseq-bullet-threading_lsp_main) {
& .block-children-left-border + .block-children {
border-left-width: 0px !important;
}
}
.ls-block .ls-block > div > div.items-center::before {
left: calc(var(--ls-block-bullet-threading-width)* -0.5) !important;
}
.ls-block .block-children > .ls-block::before {
left: calc(var(--ls-block-bullet-threading-width)* -0.5) !important;
}
> @punkyard If u still using this theme, might as well try following
body:has(> #logseq-bullet-threading_lsp_main) { & .block-children-left-border + .block-children { border-left-width: 0px !important; } }
.ls-block .ls-block > div > div.items-center::before { left: calc(var(--ls-block-bullet-threading-width)* -0.5) !important;
}.ls-block .block-children > .ls-block::before { left: calc(var(--ls-block-bullet-threading-width)* -0.5) !important; }
thanks i did - it's a bit better now ;)
I have the same problem. The problem happened when I didn't connect to the internet. like this,
Indeed, I have the same problem, only when I'm not online when Logseq starts... if I connect to the internet and restart Logseq, then it looks right again.
hints about how to fix this?