Allow textarea to be resized vertically only

This commit is contained in:
Haocen Xu 2019-08-19 08:46:01 -04:00
parent e4a0a8e82c
commit 6a79519641
No known key found for this signature in database
GPG Key ID: 3F0D955A0F6AD729
2 changed files with 3 additions and 1 deletions

View File

@ -131,8 +131,9 @@ body.loading {
margin-bottom: 10px;
}
#message {
#message, .replymessage {
font-family: monospace;
resize: vertical;
}
#nickname {

View File

@ -102,6 +102,7 @@ h3.title {
padding: 5px;
white-space: pre-wrap;
font-family: Consolas, "Lucida Console", "DejaVu Sans Mono", Monaco, monospace;
resize: vertical;
}
#attachmentPreview img {