Skip to content

Bullet threads not properly aligned #9

@GuessWhatBBQ

Description

@GuessWhatBBQ

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions