From 4cd15fcf00f8019a64b2b6b210845f70ffd44364 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Sun, 1 Feb 2026 12:32:28 +0100 Subject: [PATCH] fix default panel sizes --- apps/web/src/constants/editor-constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/constants/editor-constants.ts b/apps/web/src/constants/editor-constants.ts index d9570825..213ea875 100644 --- a/apps/web/src/constants/editor-constants.ts +++ b/apps/web/src/constants/editor-constants.ts @@ -9,7 +9,7 @@ export const PANEL_CONFIG = { tools: 25, preview: 50, properties: 25, - mainContent: 70, - timeline: 30, + mainContent: 50, + timeline: 50, }, };