Allow editing announcements

This commit is contained in:
Tusooa Zhu 2022-03-17 17:11:53 -04:00 committed by tusooa
commit 89c49b6fb4
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
6 changed files with 118 additions and 23 deletions

View file

@ -71,13 +71,6 @@
margin-bottom: var(--status-margin, $status-margin);
}
.post-textarea {
resize: vertical;
height: 10em;
overflow: none;
box-sizing: content-box;
}
.post-button {
min-width: 10em;
}