added debug page
This commit is contained in:
parent
e107b26f5d
commit
505ab758c4
|
@ -22,6 +22,10 @@ h1 {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
#console {
|
||||
overflow-y: scroll;
|
||||
max-height: 300px;
|
||||
}
|
||||
#note-render {
|
||||
display: inline-block;
|
||||
margin: 0 auto;
|
||||
|
|
Loading…
Reference in a new issue