mirror of
https://github.com/rommapp/romm.git
synced 2026-06-27 22:35:57 +00:00
The miximage hover video had no height bound, so a tall/narrow source overflowed the cover. Match the miximage frame's box and `object-fit: cover` it so the clip fills the bezel screen and crops instead of spilling past it. Also gate the PWA dev service worker behind DEV_PWA: it intercepted dev requests and forced full page reloads on every edit (CSS included), defeating HMR. Default dev now gets working HMR; set DEV_PWA=true to test the PWA in dev. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>