From e224fae210ed9d6fcae7696506971351b85c663a Mon Sep 17 00:00:00 2001 From: cfngc4594 Date: Sun, 9 Mar 2025 13:26:05 +0800 Subject: [PATCH] feat(layout): adjust resizable panel layout with equal distribution for workspace and terminal --- src/app/(app)/problems/[id]/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/(app)/problems/[id]/layout.tsx b/src/app/(app)/problems/[id]/layout.tsx index 172d4c0..094420b 100644 --- a/src/app/(app)/problems/[id]/layout.tsx +++ b/src/app/(app)/problems/[id]/layout.tsx @@ -23,11 +23,11 @@ export default function PlaygroundLayout({ - + {workspace} - + {terminal}