From beaae4a0a4f51c122584e4f8f6e86afa03753668 Mon Sep 17 00:00:00 2001 From: Eric Wagoner Date: Sun, 30 Aug 2026 15:55:21 -0400 Subject: [PATCH] The selected-card preview zooms to the full reading modal on a click MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Selecting a hand card must not throw a modal over the board — the aim comes next — so the corner preview becomes the doorway: click it and the card opens at tile-peek size, close it and the selection stands. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_015RCWSTnb1KYTPyL4GmhGnF --- packages/web/src/App.svelte | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/packages/web/src/App.svelte b/packages/web/src/App.svelte index 6d9f051..be91f5b 100644 --- a/packages/web/src/App.svelte +++ b/packages/web/src/App.svelte @@ -2630,11 +2630,12 @@ {#if selectedCard && !inspectorHidden} -