Content not aligned to the center of application

Content aligned to the center of contentContainer but if only one sidedock opened (Files tree) or docks have different sizes - content moved to some side.
I found trick about “Readable line length” option but it works only if sidedocks present. If sidedocks hidden or Zen mode used content gets too wide

Temporary workaround is custom CSS

.workspace .markdown-source-view .cm-editor {
  container: box / size;
}

@container box (max-width: 1200px) {
  .workspace.is-left-sidedock-open .markdown-source-view.mod-cm6.is-readable-line-width .cm-sizer {
    margin-left: 2%;
  }
}

Moved to help for not following the bug report template

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