Skip to content

design(board): give mobile column-header actions roomier tap spacing - #218

Merged
johnpc merged 1 commit into
mainfrom
design/mobile-col-actions-spacing
Aug 3, 2026
Merged

design(board): give mobile column-header actions roomier tap spacing#218
johnpc merged 1 commit into
mainfrom
design/mobile-col-actions-spacing

Conversation

@johnpc

@johnpc johnpc commented Aug 3, 2026

Copy link
Copy Markdown
Owner

Design-polish pass — a mobile-zoom hunt on the board. Each column header carries 5 action icons (move ‹ ›, rename, duplicate, delete). On desktop they hover-reveal (DES#175), but on touch (no hover) all five show at all times, packed at gap: 4px / padding: 2px — a cramped, jammed strip that's hard to tap the right icon in.

Fix (CSS-only, tokens only)

In the @media (max-width: 600px) block, give the column-header action buttons roomier spacing (gap: 10px, padding: 4px) so they read as distinct, comfortable touch targets spread across the header rather than a crammed cluster. Desktop is unchanged (keeps its compact hover-revealed cluster).

Before → after

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

Note: fully tucking these behind a "⋯" overflow menu (Asana's mobile pattern) would be cleaner still, but that's a new component/behavior — beyond this loop's visual-token mandate. The spacing improvement is the safe in-scope win; the move ‹ › chevrons stay visible since they're the primary way to reorder columns on touch.

@johnpc
johnpc merged commit 1e8ee01 into main Aug 3, 2026
78 checks passed
@johnpc
johnpc deleted the design/mobile-col-actions-spacing branch August 3, 2026 02:46
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