-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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
lamueno
Metadata
Metadata
Assignees
Labels
No labels