From f2d2ab0102d82d8e000626581ff7c8dbe2427b36 Mon Sep 17 00:00:00 2001 From: Hare Date: Fri, 21 Aug 2026 18:04:48 +0900 Subject: [PATCH] fix: center workspace shell at 720px --- web/workspace/src/routes/+layout.svelte | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/workspace/src/routes/+layout.svelte b/web/workspace/src/routes/+layout.svelte index b757d431..52b2cd22 100644 --- a/web/workspace/src/routes/+layout.svelte +++ b/web/workspace/src/routes/+layout.svelte @@ -126,6 +126,9 @@ gap: var(--space-6); min-width: 0; min-height: 0; + width: 100%; + max-width: 720px; + margin-inline: auto; overflow-y: auto; padding: var(--space-6); }