kognise / obsidian-atom

A theme for Obsidian based on Atom's One family
The Unlicense
216 stars 58 forks source link

Increase max-width in live preview mode? #25

Closed panomitrius closed 1 year ago

panomitrius commented 1 year ago

How do I get a wider text width in live preview mode? Changing the max-width in this section

.markdown-preview-view.is-readable-line-width .markdown-preview-section, .markdown-source-view.is-readable-line-width .CodeMirror {
  max-width: 900px;
  line-height: 26px;
}

Only changes the max-width in preview mode, not the live preview. By default it's quite a lot narrower than in the live preview, but I'd like them to be the same.

panomitrius commented 1 year ago

Saw that this was the code from an outdated version of Atom and it seems to be an issue with Obsidian rather than the theme.