fix ios img orientation

This commit is contained in:
xmcp
2020-02-10 13:44:00 +08:00
parent 3ac560ffc6
commit 4c8637af77
4 changed files with 54 additions and 12 deletions

View File

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