Can't Fold/Unfold Headers in Reading Mode

Continuing the discussion from Remove white space from the top of notes in reading view:
I took the solution from the previous post and changed the padding from just top to all sides. When turning off the snippet, the headers fold/unfold as usual. I’m wondering what else needs to be tweaked to restore the folding functionality. My tweaked code follows below. Any help would be greatly appreciated.

body:not(.is-mobile) .workspace-leaf-content[data-type="markdown"] .markdown-preview-view {
padding: 0px 0px 0px 0px;
}

I don’t see any folding issue using the above if Readable line length is enabled. If it’s disabled, the content fills the entire width of the note. By setting a 0px padding on the left, the heading collapse icons aren’t in the content area anymore.

e.g. 20px left padding:

Screenshot 2024-07-07 at 8.05.12

0px left padding:

Screenshot 2024-07-07 at 8.06.29

Simple solution: don’t change the left padding or adjust it to something that is workable.

I do have Readable Line Length disabled. I changed my left padding to 20px and the icons have reappeared. Thank you for your continued assistance ariehen.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.