How to adjust note width?

Hi everyone, I’m trying to adjust the width of the note but seems like the only option is to either use the default option which expands the note to the window width, or “Readable Line Length” which makes it somewhat compact for me. Any way I can tweak the width of the line? I like how Notion does it so want something like that.

Are you using any theme, or just using the default theme?

I know that some themes allow for changes regarding this. Like the Minimal theme has options for changing the line length, aka the width of the note.

I’m using Things theme

body {
    --file-line-width: 60rem;
  }

Save it in your snippets folder.

2 Likes

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