logseq-dev-theme icon indicating copy to clipboard operation
logseq-dev-theme copied to clipboard

indentation error when start the software

Open Sucaiking opened this issue 2 years ago • 3 comments

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. myimage

Sucaiking avatar Jul 20 '23 00:07 Sucaiking

@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

UNICKCHENG avatar Jul 21 '23 00:07 UNICKCHENG

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: problem

Sucaiking avatar Jul 27 '23 08:07 Sucaiking

@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;
}

logseq

UNICKCHENG avatar Jul 28 '23 16:07 UNICKCHENG