Finish improving layout

This commit is contained in:
Radon Rosborough 2020-06-07 16:04:32 -06:00
parent 2239a3685d
commit b31e49d40d
1 changed files with 14 additions and 6 deletions

View File

@ -3,12 +3,6 @@ body {
height: 100vh;
}
#runButton {
position: absolute;
top: 25px;
right: calc(50% + 25px);
}
#app {
height: 100%;
}
@ -18,3 +12,17 @@ body {
height: 100%;
float: left;
}
#editor {
overflow: hidden;
}
#terminal {
background: black;
}
#runButton {
position: absolute;
top: 25px;
right: calc(50% + 25px);
}