vanilla-repl-cm6: style + codesplitting
This commit is contained in:
parent
1f4c2f8c5a
commit
d96f3f9dd4
2 changed files with 25 additions and 33 deletions
|
|
@ -4,15 +4,6 @@ html {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
#editor {
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.cm-editor {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
main {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
|
|
@ -21,6 +12,16 @@ main {
|
|||
|
||||
.container {
|
||||
flex-grow: 1;
|
||||
max-height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#editor {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.cm-editor {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#roll {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue