Is the .cm-sizer the correct parent element for targeting?
Does setting --file-line-width handle everything, or are there other CSS variables that also need adjustment?
will work (as you know) in those views, but if you switch to Reading view you’ll see to note returns to the default 700px.
.wide-view {
--file-line-width: 1200px; }
^ the easiest and is sufficient to cover the width in all viewing modes.※
※ for all themes I’ve tried except Minimal. Minimal has its own cssclasses built-in and requires a different snippet if you don’t use their “helper classes”.