add reply form

This commit is contained in:
xmcp
2018-08-25 16:39:23 +08:00
parent 59221ac9ee
commit 75a35f5af6
7 changed files with 161 additions and 16 deletions

View File

@@ -5,4 +5,17 @@
.login-form button {
min-width: 100px;
}
.reply-form {
display: flex;
}
.reply-form textarea {
resize: vertical;
flex: 1;
min-height: 3em;
height: 5em;
}
.reply-form button {
flex: 0 0 50px;
}