Dev build 2026-06-12 23:51
This commit is contained in:
parent
f93703bcc3
commit
ac640e4c16
@ -275,7 +275,7 @@ html, body { height: 100%; background: var(--bg); color: var(--text); font-famil
|
|||||||
/* ── Visual editing pane ── */
|
/* ── Visual editing pane ── */
|
||||||
.visual-pane { flex: 1; overflow-y: auto; background: var(--bg); }
|
.visual-pane { flex: 1; overflow-y: auto; background: var(--bg); }
|
||||||
.visual-pane .ProseMirror {
|
.visual-pane .ProseMirror {
|
||||||
max-width: 70rem; width: 100%; margin: 0 auto; padding: 2.5rem 3rem 6rem;
|
width: 100%; margin: 0; padding: 2.5rem 3rem 6rem;
|
||||||
outline: none; color: var(--text);
|
outline: none; color: var(--text);
|
||||||
font-family: var(--serif, Georgia, serif); font-size: 1.05rem; line-height: 1.7;
|
font-family: var(--serif, Georgia, serif); font-size: 1.05rem; line-height: 1.7;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -10,7 +10,7 @@ from __future__ import annotations
|
|||||||
|
|
||||||
from changelog import CHANGELOG
|
from changelog import CHANGELOG
|
||||||
|
|
||||||
BUILD = 3
|
BUILD = 4
|
||||||
|
|
||||||
|
|
||||||
def _release_version() -> str:
|
def _release_version() -> str:
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
## 2026-06-12 — Visual editor: wider editing column
|
## 2026-06-12 — Visual editor: wider editing column
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- 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.
|
- 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.
|
||||||
|
|
||||||
## 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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user