From 5520e0760e36fec839f44ff599c349fea25d38f1 Mon Sep 17 00:00:00 2001 From: Dorian Date: Sat, 7 Mar 2026 21:29:57 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20mobile=20layout=20=E2=80=94=2030%=20figh?= =?UTF-8?q?t=20view=20/=2070%=20battle=20log=20split?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Canvas takes 30% top, battle log + human input takes 70% bottom on mobile - Battle log now visible on mobile for both live fights and replays (was hidden) - Compact single-row health bar on mobile to maximize canvas space - Desktop layout unchanged (62/38 split) Co-Authored-By: Claude Opus 4.6 --- frontend/src/components/FightViewer.vue | 16 ++++----- frontend/src/pages/FightPage.vue | 47 +++++++++++-------------- 2 files changed, 28 insertions(+), 35 deletions(-) diff --git a/frontend/src/components/FightViewer.vue b/frontend/src/components/FightViewer.vue index b184f7b..43a0c9a 100644 --- a/frontend/src/components/FightViewer.vue +++ b/frontend/src/components/FightViewer.vue @@ -401,12 +401,12 @@ async function replay() {