slight terminal update

pull/1/head
Rob Stupay 7 years ago
parent 50b68b3ce3
commit 68f5472f9c
  1. 3
      src/app/panels/terminal.js

@ -73,7 +73,6 @@ var css = csjs`
overflow-y : auto; overflow-y : auto;
font-family : monospace; font-family : monospace;
} }
.terminal_bg { .terminal_bg {
display : flex; display : flex;
flex-direction : column; flex-direction : column;
@ -93,9 +92,7 @@ var css = csjs`
background-repeat : no-repeat; background-repeat : no-repeat;
background-size : 45%; background-size : 45%;
} }
.terminal { .terminal {
position: relative;
position: relative; position: relative;
display: flex; display: flex;
flex-direction: column; flex-direction: column;

Loading…
Cancel
Save