changelog: restore overwritten line, append full-width entry instead

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ivo Oskamp 2026-06-12 23:57:22 +02:00
parent ac640e4c16
commit 5d240988fb

View File

@ -1,9 +1,14 @@
# Develop Changelog # 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 ## 2026-06-12 — Visual editor: wider editing column
### Changed ### 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 ## 2026-06-12 — Visual editor: broaden schema & fidelity check against real library content