From c2670703c9c08a694d9fba55069cf2d68a0131a2 Mon Sep 17 00:00:00 2001 From: skal Date: Tue, 10 Feb 2026 00:40:40 +0100 Subject: refactor: Increase editor pane size by 20% (36% → 43%) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Preview: 57%, Editor: 43% Co-Authored-By: Claude Sonnet 4.5 --- tools/shader_editor/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/shader_editor/index.html') diff --git a/tools/shader_editor/index.html b/tools/shader_editor/index.html index afa7cd6..122c15e 100644 --- a/tools/shader_editor/index.html +++ b/tools/shader_editor/index.html @@ -25,7 +25,7 @@ body { } .preview-pane { - flex: 0 0 64%; + flex: 0 0 57%; background: #252526; position: relative; display: flex; @@ -137,7 +137,7 @@ body { } .editor-pane { - flex: 0 0 36%; + flex: 0 0 43%; background: #1e1e1e; display: flex; flex-direction: column; -- cgit v1.2.3