logseq-panic-theme icon indicating copy to clipboard operation
logseq-panic-theme copied to clipboard

Bullet threads not properly aligned

Open GuessWhatBBQ opened this issue 2 years ago • 2 comments

This is probably happening because of some change in the logseq ui

Adding the following code snippet to my custom.css fixed the issue

.ls-block[haschild] > div > .block-content-wrapper::before {
  left: -13px;
}

.ls-block .ls-block > div > div.items-center::before {
  right: 10px;
}

I've essentially updated the css imported from bullet_threading.scss by this theme

Note: I understand that this is probably not the place to report this issue as it's an upsteam problem but since I don't use the theme from logseq-dev-theme directly I reported it here

GuessWhatBBQ avatar Jun 27 '23 14:06 GuessWhatBBQ

I think the logseq-dev-theme devs tried to address the issue after it was reported by modifying the bullet_threading.scss file but that didn't solve the issue for me so I had to solve it by using the snippet

GuessWhatBBQ avatar Jun 27 '23 14:06 GuessWhatBBQ

Hi @GuessWhatBBQ, I think its an issue with logseq and backward compatibility. I haven't updated the theme much as I didn't have time but will look at it. If you are keen, feel free to submit PR.

kirso avatar Jul 01 '23 12:07 kirso