Geschichten overview is narrower than the other directory pages — page looks inconsistent next to Dokumente/Personen #799
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Problem
/geschichtenusesmax-w-4xl(896px) while the Dokumente search (/) and Personen overview (/persons) both usemax-w-7xl(1280px). Switching between directory pages makes the Geschichten list feel cramped and inconsistent.Fix
frontend/src/routes/geschichten/+page.svelte: containermax-w-4xl→max-w-7xl.The detail page (
/geschichten/[id]) intentionally stays atmax-w-3xl— it is a prose reading column (spec R-2 pins it); widening it would push the serif body past the 45–75ch readability range.Acceptance criteria
/geschichtencontainer matches/and/persons(max-w-7xl)/geschichten/[id]unchanged (max-w-3xl)Amendment after user review: the detail page does not stay at
max-w-3xlas originally specified here. Decision: outer container goes tomax-w-7xl(sheet spans the page like the other directory pages), with an innermax-w-3xl mx-autoreading column inside the sheet preserving the prose line length. Implemented in 264d7268; both spec impl-ref tables updated.