Move send button below textarea, make it smaller

This commit is contained in:
Jacob Hinkle 2026-06-29 10:58:42 -04:00
parent 0b67939a53
commit 15a80d1fd2

View File

@ -36,20 +36,22 @@
.chat-input {
display: flex;
flex-direction: column;
gap: 0.5rem;
align-items: flex-start;
}
.chat-input textarea {
flex: 1;
width: 100%;
resize: vertical;
min-height: 2.5rem;
box-sizing: border-box;
}
.chat-input button {
width: auto;
padding: 0.5rem 1.5rem;
flex-shrink: 0;
align-self: flex-end;
padding: 0.25rem 1rem;
font-size: 0.9rem;
}
.chat-status {