Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bullet threads not properly aligned #9

Open
GuessWhatBBQ opened this issue Jun 27, 2023 · 2 comments
Open

Bullet threads not properly aligned #9

GuessWhatBBQ opened this issue Jun 27, 2023 · 2 comments

Comments

@GuessWhatBBQ
Copy link

GuessWhatBBQ commented Jun 27, 2023

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
Copy link
Author

GuessWhatBBQ commented Jun 27, 2023

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

@kirso
Copy link
Owner

kirso commented Jul 1, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants