improved ui of chat text input

This commit is contained in:
t1enne
2022-10-01 10:34:59 +02:00
parent 91a71cc8ef
commit adea618a44
3 changed files with 65 additions and 70 deletions

View File

@@ -40,13 +40,14 @@
}
.chatContainer {
display: grid;
grid-template-rows: 1fr 65px;
display: flex;
flex-direction: column;
background-color: var(--theme-color-background-chat);
height: 100%;
}
.virtuoso {
width: auto;
flex-grow: 1;
overflow-y: scroll;
overflow-x: hidden;
}