diff --git a/demo/style.css b/demo/style.css index 336c0db0..b36284b6 100644 --- a/demo/style.css +++ b/demo/style.css @@ -9,8 +9,7 @@ h1 { } #terminal-container { - width: 800px; - height: 450px; + height: 60%; margin: 0 auto; padding: 2px; } @@ -51,6 +50,11 @@ pre { /* max-height: 80vh; overflow-y: auto; */ width: 100%; + min-width: 100px; +} +div:first-of-type.grid { + flex: 2; + height: 60vh; } .tab { overflow: hidden; @@ -86,8 +90,6 @@ pre { padding: 6px 12px; border: 1px solid #ccc; border-top: none; - max-height: 100vh; - overflow-y: auto; } #texture-atlas-zoom:checked + label + #texture-atlas canvas {