Bullet threads not properly aligned
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
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
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.