Chat improvements

This commit is contained in:
mrfry 2022-03-20 09:42:06 +01:00
parent dd7001023e
commit c2f991254a
3 changed files with 28 additions and 16 deletions

View file

@ -173,10 +173,12 @@
border-radius: 4px;
color: black;
max-width: 400px;
white-space: pre-wrap;
}
.sendButton {
width: 90px;
padding: 4px;
}
.home {
@ -221,3 +223,9 @@
margin: 0px 5px;
cursor: pointer;
}
.msgInput {
resize: vertical;
padding: 10px;
height: 40px;
}