mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
1fr in the grid row caused the panel to fill the entire remaining page height on mobile (~1000px+), leaving large gaps around the centred content. max-height: min(55vh, 520px) keeps it proportionate on any screen size. Also switch to justify-content: flex-start so the canvas+strip pack at the top rather than floating in the middle of a large void. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>