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;