Finish improving layout
This commit is contained in:
parent
2239a3685d
commit
b31e49d40d
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue