WordPress / classic-editor

A plugin to restore the Classic Editor in WordPress.
https://wordpress.org/plugins/classic-editor/
Other
160 stars 86 forks source link

Adjustable editor width/size #196

Closed trance23 closed 5 months ago

trance23 commented 1 year ago

Hey there. Thanks every for the work on this plugin.

Just wanted to share a minor tweak that I find useful, as I don't like editing in a widescreen editor, and find it easier to have a narrower editing field. I installed the Admin CSS MU to be able to do this. Perhaps it can be added as an option in the plugin?

Thanks.

#poststuff { min-width: 0; width: 960px; margin: 0 auto; }

azaozz commented 5 months ago

Yep, there are several ways to implement this in CSS. Thanks.