better naming
This commit is contained in:
parent
d106875605
commit
49903abed7
15 changed files with 18 additions and 16 deletions
31
examples/codemirror-repl/style.css
Normal file
31
examples/codemirror-repl/style.css
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
body,
|
||||
html {
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
background: #282c34;
|
||||
}
|
||||
|
||||
main {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.container {
|
||||
flex-grow: 1;
|
||||
max-height: 100%;
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#editor {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.cm-editor {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#roll {
|
||||
height: 300px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue