add gaussian blur and fix for small screen

This commit is contained in:
xmcp
2019-08-01 15:44:34 +08:00
parent 7045350078
commit 7e70678257
3 changed files with 9 additions and 3 deletions

View File

@@ -42,10 +42,11 @@
}
.post-form-bar input[type=file] {
border: 0;
padding: 0 .5em;
}
@media screen and (max-width: 600px) {
@media screen and (max-width: 570px) {
.post-form-bar input[type=file] {
width: 150px;
width: 110px;
}
}
.post-form-bar button {