diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-10 00:40:40 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-10 00:40:40 +0100 |
| commit | c2670703c9c08a694d9fba55069cf2d68a0131a2 (patch) | |
| tree | d634bf586783f4fb26ebbff76406909bd44fb6ca /tools | |
| parent | 6a014748d32fc2cc0de8f2408dccca13c8cf0127 (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.html | 4 |
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; |
