seedhammer-v1-companion/web/emulator
mineracks b4635f4efc emulator: stack SD card slot below chassis, not beside it
.emu-device-card was display:flex justify-content:center, so adding
the SD card div as a sibling of .emu-chassis put them side-by-side
in a row. The chassis's internal grid then competed with the SD card
for horizontal space and the LCD column collapsed.

Fix: flex-direction:column on .emu-device-card so the chassis sits
on top at full width, with the SD card affordance stacked below.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-28 21:04:16 +10:00
..
app.css emulator: stack SD card slot below chassis, not beside it 2026-05-28 21:04:16 +10:00
app.js emulator: SD card eject/insert toggle 2026-05-28 21:03:04 +10:00
build.sh #4 v1 emulator scaffolding — boots in browser 2026-05-28 20:38:43 +10:00
index.html emulator: SD card eject/insert toggle 2026-05-28 21:03:04 +10:00