c7f3bf25d19d7dc46e17935644996e0c6fed7002
Build and push image / build (push) Successful in 52s
The bins-by-letter grid used auto-fill with a 380px minimum, so a row of A1-A6 wrapped once the viewport got tight, and rows with fewer bins than the auto-fill column count left empty tracks on the right. Switch to repeat(N, minmax(0, 1fr)) where N is the number of bins in the group: cards smush to fit so a letter never wraps to a second visual row, and minmax(0, 1fr) lets columns share whatever width is available so a sparse row (e.g. C with 2 bins) widens to fill the line just as a dense row does. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
No description provided
Languages
TypeScript
98%
CSS
1.6%
Dockerfile
0.2%
HTML
0.2%