Skip to content

design(calendar): tighten month-cell chips on mobile so task titles are legible - #206

Merged
johnpc merged 1 commit into
mainfrom
design/mobile-calendar-chip-density
Aug 2, 2026
Merged

design(calendar): tighten month-cell chips on mobile so task titles are legible#206
johnpc merged 1 commit into
mainfrom
design/mobile-calendar-chip-density

Conversation

@johnpc

@johnpc johnpc commented Aug 2, 2026

Copy link
Copy Markdown
Owner

Design-polish pass — the Calendar month view on mobile. The month grid squeezes 7 columns into ~390px, so each day cell is only ~50px wide — which truncated every task chip to a single useless letter ("H…", "D…", "P…"). You couldn't tell what was on any day.

Fix (CSS-only, tokens only)

In the @media (max-width: 600px) block, tightened the day-cell padding (5px 6px4px 3px) and the chip padding/font (3px 6px/0.75rem2px 4px/0.68rem). That reclaims enough width for ~3 characters per chip — "Dra…", "Fin…", "Pre…" — enough to recognize a task at a glance. Desktop is untouched (chips keep their full titles and roomier spacing).

Before → after

Full quality gate green (38 calendar tests pass); presentational-only. Verified against the sandbox (AWS_PROFILE=personal).

@johnpc
johnpc merged commit 4eb99e5 into main Aug 2, 2026
78 checks passed
@johnpc
johnpc deleted the design/mobile-calendar-chip-density branch August 2, 2026 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant