This commit is contained in:
Daniel Kluge 2021-12-21 00:14:40 +01:00
parent 4ce681b34b
commit b9d3bd6c45
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
overflow: auto;
display: flex;
flex-direction: column-reverse;
flex-grow: 2;
flex-shrink: 2;
font-size: 1.25rem;
font-family: "CascadiaCode", monospace;
}

View File

@ -19,6 +19,7 @@
width: 100%;
flex-direction: row;
flex-wrap: nowrap;
flex-grow: 2;
}
.inputstart {