From c8f45e49627394425d29304ad1f469ab9d24ea34 Mon Sep 17 00:00:00 2001 From: sokol Date: Fri, 20 Feb 2026 16:27:34 +0300 Subject: [PATCH] style: set environment panel to 5/12 width --- src/App.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 049ca76..7d403f2 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -113,8 +113,8 @@ function App() { {envs.length > 0 ? (
- {/* Environment Panel - Fixed 4/12 on all large screens */} -
+ {/* Environment Panel - 5/12 width */} +
- {/* Content Panel - Maximum width (8/12 → 9/12 on 2xl) */} -
+ {/* Content Panel - 7/12 width */} +