improve sidebar on small screen

This commit is contained in:
xmcp
2019-08-05 17:24:23 +08:00
parent b3435bc6c5
commit 99aad0d7d4
5 changed files with 18 additions and 5 deletions

View File

@@ -44,7 +44,7 @@
border: 0;
padding: 0 .5em;
}
@media screen and (max-width: 570px) {
@media screen and (max-width: 580px) {
.post-form-bar input[type=file] {
width: 110px;
}