- add image quality indicator
- add error tip
- minor enhancement
This commit is contained in:
xmcp
2019-03-25 00:49:31 +08:00
parent 5f0e3780fc
commit 47be6d49f6
5 changed files with 104 additions and 27 deletions

View File

@@ -42,6 +42,11 @@
.post-form-bar button {
flex: 0 0 8em;
}
.post-form-img-tip {
font-size: small;
margin-top: -.5em;
margin-bottom: .5em;
}
.post-form textarea {
resize: vertical;
width: 100%;