From f705f1f314da055b85c4465633a45253f2318865 Mon Sep 17 00:00:00 2001 From: a2nr Date: Fri, 24 Jul 2026 15:41:36 +0700 Subject: [PATCH] fix: playground full-viewport width (override container max-width) --- frontend/src/routes/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index b717305..9573c07 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -22,7 +22,7 @@ {/if} -
+
{@render children()}