From c879229c1fbad0a00d5ffad8946ce0953b4ccf45 Mon Sep 17 00:00:00 2001 From: darcy Date: Sat, 20 Jun 2026 21:21:05 +0800 Subject: [PATCH] Move game state controls above playfield --- index.html | 11 ++++++----- src/styles.css | 24 ++++++++++++------------ 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/index.html b/index.html index 06e020a..bb7ea12 100644 --- a/index.html +++ b/index.html @@ -34,6 +34,12 @@ +
+ + + +
+
@@ -50,11 +56,6 @@