chat input spacing

This commit is contained in:
Miodec 2025-12-29 13:42:28 +01:00
parent e787d8b23f
commit 4fdf20f6d0

View file

@ -369,7 +369,6 @@
.messages {
height: 20rem;
overflow-y: scroll;
margin-bottom: 1em;
.systemMessage {
color: var(--sub-color);
margin-top: 0.25rem;
@ -426,6 +425,7 @@
}
.input input {
width: 100%;
margin: 0.25em 0;
}
.whoIsTyping {
.who {