Chat: Use a <textarea> for message input

This commit is contained in:
Richard Hansen 2021-07-13 19:00:31 -04:00 committed by webzwo0i
parent ce5ef9350f
commit 834e05fc9c
3 changed files with 8 additions and 3 deletions

View file

@ -109,6 +109,7 @@
}
#chatinputbox #chatinput {
width: 100%;
resize: vertical;
}