fix chat; get rid of jquery

This commit is contained in:
Ginger Wong
2020-06-14 00:24:26 -07:00
parent 2aaedd99b5
commit 0fa453044f
5 changed files with 73 additions and 56 deletions

View File

@@ -198,6 +198,9 @@ header h1 {
align-items: flex-end;
margin-bottom: 0;
}
#message-body-form {
font-size: 1em;
}
#message-form-actions {
flex-direction: row;
justify-content: space-between;