From d5b8aeff278563c53b1c01aa84d3e0cf7d00a28a Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Tue, 28 Apr 2026 21:45:23 +0700 Subject: [PATCH] fix(footer): keep desktop footer visible during gameplay Previously hid the footer on the game view to avoid overlap with the on-screen D-pad on mobile. Render it on every view now and only suppress it via @media (pointer: coarse) when in-game, so desktop always shows the credit line while touch devices keep the mistouch-safe behavior. --- src/App.svelte | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 23feb3a..5048bca 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -31,12 +31,12 @@ {/key} {/if} -{#if view !== 'game'} - -{/if} + +