make editing inline, add up arrow shortcut

This commit is contained in:
ouwou
2023-07-15 01:02:35 -04:00
parent 52a340e366
commit 00524cefa2
13 changed files with 102 additions and 84 deletions

View File

@@ -114,6 +114,10 @@
border: 1px solid #026FB9;
}
.message-input.editing {
border: 1px solid #b9026f;
}
.message-input.bad-input {
border: 1px solid #dd3300;
}