summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-10 00:40:40 +0100
committerskal <pascal.massimino@gmail.com>2026-02-10 00:40:40 +0100
commitc2670703c9c08a694d9fba55069cf2d68a0131a2 (patch)
treed634bf586783f4fb26ebbff76406909bd44fb6ca /tools
parent6a014748d32fc2cc0de8f2408dccca13c8cf0127 (diff)
refactor: Increase editor pane size by 20% (36% → 43%)
Preview: 57%, Editor: 43% Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/shader_editor/index.html4
1 files changed, 2 insertions, 2 deletions
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;