From 6725a3b391bff053dd08b4a44b278f0149a1a053 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Mon, 26 Jan 2026 12:55:52 +0300 Subject: [PATCH] feat(Layout): increase container width --- src/app/ui/Layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/ui/Layout.svelte b/src/app/ui/Layout.svelte index af3a0a5..d9c7baa 100644 --- a/src/app/ui/Layout.svelte +++ b/src/app/ui/Layout.svelte @@ -41,7 +41,7 @@ let { children }: Props = $props();
-
+
{@render children?.()}