diff --git a/editor.html b/editor.html index dc308c1..7a6695e 100644 --- a/editor.html +++ b/editor.html @@ -17,7 +17,7 @@ background-color: #131212; margin: 1.5vw; padding: 0px; - overflow: hidden; + /*overflow: hidden;*/ } p{ color: white; @@ -52,16 +52,19 @@ } .terminal{ width: 58vw; - height: auto; - flex-grow: 1; + height: 8vw; border-radius: 10px; overflow: hidden; } #terminal{ width: 100%; - height: 100%; + height: 100%; + } + .xterm-screen{ + padding: 0.75vw; + background: #2F3129; + overflow: scroll; } - .left { display: flex; margin-right: 1vw; @@ -86,35 +89,37 @@