Added shift+enter for newline and enter for send message

This commit is contained in:
Henry Hiles 2022-02-08 11:35:16 -05:00
parent cf06a9889b
commit 9a221a1427
2 changed files with 16 additions and 11 deletions

View file

@ -307,7 +307,6 @@ button:is(:disabled, :hover) {
:is(input[type="text"], textarea):required {
animation: shake 0.2s ease-in-out 0s 2;
color: #ff0000;
border-color: red !important;
}