mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
Precise calculation showed mission-drawer (~1100px) was 213px taller than command-rail content (~887px), leaving 213px of empty background at the bottom of the right column. Three targeted reductions to mission-drawer height (~234px total): - drawer-actions: stacked 1-column → 3-column row (-76px) - drawer-list: max-height 240px → 180px (-40px) - drawer-info-grid: 1-column → 2-column for Quick Info (-118px) Mission-drawer drops to ~866px, command-rail (~887px) now drives the primary-layout row height — gap closes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>