indentation error when start the software
when I move my mouse on an indentation, it goes a little to the right, which causes bullet threading not working well.
It only happens when I open the logseq software. If I change a skin then change it back, it works well again.
@Sucaiking Sorry I can't reproduce this issue on my end. Could you try some troubleshooting steps?
- Check if there are any other configurations in custom.css
- Disable other plugins and try again
Nothing in my custom.css. I opened and closed bullet without other plugins, but not help.
dev (with bullet ver) doesn't help too.
My settings of gif tool is bad, so it accidently lost its color:
@Sucaiking I indeed cannot reproduce your issue, so I cannot determine the cause of it. Perhaps you can try the following methods again
- uninstall logseq and then reinstall it
- add some configurations in your
custom.css
.blocks-container .block-main-container:hover {
transform: unset !important;
transition: unset !important;
}