Move send button below textarea, make it smaller
This commit is contained in:
parent
0b67939a53
commit
15a80d1fd2
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user