Fix #6
This commit is contained in:
parent
4ce681b34b
commit
b9d3bd6c45
@ -2,7 +2,7 @@
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
flex-grow: 2;
|
flex-shrink: 2;
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
font-family: "CascadiaCode", monospace;
|
font-family: "CascadiaCode", monospace;
|
||||||
}
|
}
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
flex-grow: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inputstart {
|
.inputstart {
|
||||||
|
Loading…
Reference in New Issue
Block a user