diff options
| -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; |
