feat(web): full-width module bodies, TYPO3-style; forms keep a readable column #108
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Cloonar/deckle!108
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "lab/20260718-0231"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Page, Edit and List module bodies sat in a centered 820px column
(
.page-module__inner). This drops the cap so module content uses the fullwidth, left-aligned, like a TYPO3 backend module. Only the form containers
keep a readable column:
.element-form(element edit form) and.settings-form(page-settings front-matter form) get a left-alignedmax-width: 820px. The 16px content gutter is unchanged; View and Mediawere already full width.
Verified with the real-browser recipe (harness serve + Playwright Chromium,
1920px viewport): element grid stretches to 1580px, both forms measure 820px
left-aligned; full web suite green (840 tests).
Closes #107
🤖 Generated with Claude Code
Validation: PASS
ci / build-and-test (pull_request): success (5m55s, run 99). Relied on as the verification signal; nothing re-run.feat(web): full-width module bodies, TYPO3-style; forms keep a readable columnis Conventional Commits. Body carries a workingCloses #107.mainhas moved ahead (#106), but the branch merges cleanly.main's only overlapping edit is inweb/src/styles.cssaround line 2738 (.rte-menu__itemdisabled state) — disjoint from this diff's regions (lines 340–1742), no semantic interaction..page-module__innerdropsmax-width: 820px; margin: 0 auto;.element-formand.settings-formeach gain a left-alignedmax-width: 820px; the 16px content gutter is untouched. Forms are left-aligned because nomargin: autois reintroduced. Comment updates inEditPane.tsxandmodules.tsxkeep the prose truthful to the new layout.No blockers found.