From 0fa847dce4450fdd94962e6ef94ba19d2cb46245 Mon Sep 17 00:00:00 2001 From: darcy Date: Sat, 20 Jun 2026 21:26:38 +0800 Subject: [PATCH] Stretch game state controls across panel --- src/styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles.css b/src/styles.css index 0749c6d..cf1da71 100644 --- a/src/styles.css +++ b/src/styles.css @@ -86,6 +86,7 @@ button:focus-visible { width: 100%; display: grid; gap: 14px; + justify-items: stretch; } .topbar { @@ -278,6 +279,8 @@ canvas { } .action-group { + width: 100%; + justify-self: stretch; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px;