forked from newthuhole/hole_thu_frontend
add reply form
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user