From 08c36fb6a9ff34e5dddf454848608b435eeb8381 Mon Sep 17 00:00:00 2001 From: gbanyan Date: Mon, 17 Nov 2025 22:11:05 +0800 Subject: [PATCH] Slightly widen main content while keeping sidebar proportion --- components/layout-shell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout-shell.tsx b/components/layout-shell.tsx index 759261b..314b3cc 100644 --- a/components/layout-shell.tsx +++ b/components/layout-shell.tsx @@ -8,7 +8,7 @@ export function LayoutShell({ children }: { children: React.ReactNode }) {
-
+
{children}