logseq-plugin-bullet-threading icon indicating copy to clipboard operation
logseq-plugin-bullet-threading copied to clipboard

display mistake

Open Von-Darcy opened this issue 1 year ago • 6 comments

image using the latest Logseq version 0.10.9, dev theme

Von-Darcy avatar Jul 19 '24 08:07 Von-Darcy

same on my logseq 0.10.9 (83)

dongguaguaguagua avatar Oct 13 '24 08:10 dongguaguaguagua

Capture d’écran 2024-10-29 à 03 16 42

punkyard avatar Oct 29 '24 02:10 punkyard

@punkyard If u still using this theme, might as well try following

Image

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;
}

sunday9th avatar Apr 10 '25 05:04 sunday9th

> @punkyard If u still using this theme, might as well try following

Image

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 ;)

Image

punkyard avatar Apr 10 '25 18:04 punkyard

I have the same problem. The problem happened when I didn't connect to the internet. like this,

Image

yixion avatar Jun 03 '25 01:06 yixion

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?

giocomai avatar Jun 17 '25 08:06 giocomai