From 99daaf31b6b47c23abb0dc02f861fbfbdf7e1146 Mon Sep 17 00:00:00 2001 From: Hare Date: Fri, 21 Aug 2026 18:08:53 +0900 Subject: [PATCH] fix: widen workspace shell to 920px --- web/workspace/src/routes/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/workspace/src/routes/+layout.svelte b/web/workspace/src/routes/+layout.svelte index 52b2cd22..c8b1cbf1 100644 --- a/web/workspace/src/routes/+layout.svelte +++ b/web/workspace/src/routes/+layout.svelte @@ -127,7 +127,7 @@ min-width: 0; min-height: 0; width: 100%; - max-width: 720px; + max-width: 920px; margin-inline: auto; overflow-y: auto; padding: var(--space-6);