Folio
IV
· Issue 6
· Entry 5
v4.6.5
·
13 July 2026
·
published
Chronicle of Changes.
Added1 entry
- On the table view, hover a summoned Momir creature with a mouse or trackpad to see a large preview of the card following your cursor. Touch devices are unaffected — tapping still opens the creature's action menu.
Notes from the Archivist
v4.6.5 = Momir hover-to-zoom on the tablet (game_detail.html). One shared #momir-hover-zoom <img>, event-delegated mouseover/mousemove/mouseout on document (survives token re-renders), loads the normal-size mirror image on hover with a Scryfall fallback. Gated by matchMedia('(hover: hover)') so touch never triggers it. Cursor-follow placement clamps to the viewport. CSS-only visibility + fixed positioning; no new deps.