[dingus] Render the output

This commit is contained in:
John Doty 2024-10-01 18:47:37 -07:00
parent 0620ae0be5
commit 5a84086469
4 changed files with 62 additions and 10 deletions

View file

@ -49,6 +49,12 @@ body {
grid-column: 3;
grid-row: 2;
padding: 0.25rem;
overflow-y: scroll;
}
.parsed-node {
margin-left: 1rem;
}
.main-textarea {