From 5d240988fb105dc590d1bd5c95008eae33366c2f Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Fri, 12 Jun 2026 23:57:22 +0200 Subject: [PATCH] changelog: restore overwritten line, append full-width entry instead Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/changelog-develop.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changelog-develop.md b/docs/changelog-develop.md index 28bd285..c8b4c4a 100644 --- a/docs/changelog-develop.md +++ b/docs/changelog-develop.md @@ -1,9 +1,14 @@ # Develop Changelog +## 2026-06-12 — Visual editor: full-width editing column + +### Changed +- Made the Visual (WYSIWYG) editing column fill the full editor pane width: dropped the max-width cap entirely (now `width: 100%`, margin 0, with 3rem horizontal padding) — 70rem was still too narrow. `static/editor.css` (`.visual-pane .ProseMirror`). CSS only; no bundle rebuild. + ## 2026-06-12 — Visual editor: wider editing column ### Changed -- Widened the Visual (WYSIWYG) editing column to fill the full editor pane width (dropped the 42rem reader reading-width cap; now `width: 100%` with horizontal padding) — the reading width was comfortable to read but too narrow to edit in. `static/editor.css` (`.visual-pane .ProseMirror`). CSS only; no bundle rebuild. +- Widened the Visual (WYSIWYG) editing column from the reader's 42rem reading width to 70rem with more horizontal padding — the reading width was comfortable to read but too narrow to edit in. `static/editor.css` (`.visual-pane .ProseMirror`). CSS only; no bundle rebuild. ## 2026-06-12 — Visual editor: broaden schema & fidelity check against real library content