From 9242157aafef628c6a62d2c8598806b8a81c1454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Fri, 17 Jul 2026 13:45:33 +0800 Subject: [PATCH] increase grid column width for sidebar --- apps/ai-game-creator-shell/src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ai-game-creator-shell/src/styles.css b/apps/ai-game-creator-shell/src/styles.css index edcb3b05e..c276be1d6 100644 --- a/apps/ai-game-creator-shell/src/styles.css +++ b/apps/ai-game-creator-shell/src/styles.css @@ -145,7 +145,7 @@ textarea { .launcher-shell { display: grid; - grid-template-columns: 48px minmax(0, 1fr); + grid-template-columns: 80px minmax(0, 1fr); min-height: 100vh; background: #fff; color: #171717;