Closed JeFawk closed 6 months ago
If you select the text block that has the fold (select as in put the cursor on it) for some reason it shows correctly
Also the cursor is offset.
This offset is just graphical as there is no space there, if i type something it puts a letter right next to the C, even though it would look like it would be letter C ( from empty space)
This will fix it
div.cm-fold-indicator
{
margin-right: 0;
}
.markdown-source-view.mod-cm6 .cm-fold-indicator .collapse-indicator
{
padding-right: 4px;
right: 0;
}
Hey, thanks for the issue and fix provided! This looks like a bug that's cropped up in newer versions of Obsidian.
I'll merge this into main once I get some spare time.
Strangely enough, I can't reproduce this issue on my machine. I've tried both indented normal text and bullets. It doesn't change the look at all, so I'll go on ahead and push this through main for anyone else experiencing the same bug 😄
Describe the bug
First I would like to thank you for this free theme, it's great!
To Reproduce
Steps to reproduce the behavior:
Information
Add other context about the problem here. (Please make sure you've updated the theme before opening an issue.)
Suggestions/Workarounds
Add any suggestions/workarounds on how to resolve the issue here.