add click to reply

This commit is contained in:
xmcp
2019-03-08 13:45:34 +08:00
parent a324022b0f
commit f5d09abde6
4 changed files with 42 additions and 12 deletions

View File

@@ -8,6 +8,11 @@
.reply-form {
display: flex;
}
.reply-sticky {
position: sticky;
bottom: 0;
}
.reply-form textarea {
resize: vertical;
flex: 1;