feat: implement tablet 2-column grid layout (>= 640px breakpoint) #105
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?
Summary
The roadmap (Phase 2.5 — CSS Strategy) specifies a tablet breakpoint at 640px+ that switches to a 2-column grid layout, using progressive enhancement on top of the mobile-first base.
What to do
Add the tablet responsive styles to the existing CSS:
@media (min-width: 640px)block to the main card lists (issues list, pulls list, triage dashboard)Acceptance criteria
Reference
Roadmap Phase 2.5 — CSS Strategy
PR #108 has been reviewed and merged into master. The tablet 2-column grid layout is now active for issue and PR lists at >= 640px. This issue should be auto-closed.