Geschichten overview rows look too small after widening — 15px titles and 12px excerpts in full-width rows #802

Open
opened 2026-06-10 22:51:49 +02:00 by marcel · 0 comments
Owner

Problem

After #799 widened /geschichten to max-w-7xl, the editorial list rows kept their compact sizes: titles text-[15px], excerpts/author/date text-xs (12px). In full-width rows the text now reads undersized, and the 12px excerpt sits at the absolute accessibility floor.

Fix (GeschichteListRow.svelte)

Element Now Target
Title text-[15px] text-lg
Excerpt text-xs text-sm
Author name / date (desktop meta column + mobile meta line) text-xs text-sm

Update the R-1 impl-ref rows in docs/specs/geschichten-reader-journey-spec.html to match.

Acceptance criteria

  • Row title 18px serif, excerpt and meta 14px
  • R-1 impl-ref updated
## Problem After #799 widened `/geschichten` to `max-w-7xl`, the editorial list rows kept their compact sizes: titles `text-[15px]`, excerpts/author/date `text-xs` (12px). In full-width rows the text now reads undersized, and the 12px excerpt sits at the absolute accessibility floor. ## Fix (`GeschichteListRow.svelte`) | Element | Now | Target | |---|---|---| | Title | `text-[15px]` | `text-lg` | | Excerpt | `text-xs` | `text-sm` | | Author name / date (desktop meta column + mobile meta line) | `text-xs` | `text-sm` | Update the R-1 impl-ref rows in `docs/specs/geschichten-reader-journey-spec.html` to match. ## Acceptance criteria - [ ] Row title 18px serif, excerpt and meta 14px - [ ] R-1 impl-ref updated
marcel added the P2-mediumbugui labels 2026-06-10 22:51:58 +02:00
Sign in to join this conversation.
No Label P2-medium bug ui
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: marcel/familienarchiv#802