better naming

This commit is contained in:
Felix Roos 2023-12-29 16:48:00 +01:00
parent d106875605
commit 49903abed7
15 changed files with 18 additions and 16 deletions

View 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;
}