mobile fix

This commit is contained in:
Sam Saffron 2013-02-21 12:06:58 +11:00
parent 803a86a21d
commit 30f743e185
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
@media only screen @media only screen
and (min-device-width : 320px) and (min-device-width : 320px)
and (max-device-width : 480px) { and (max-device-width : 540px) {
#reply-control { #reply-control {
.toggle-preview { display:none; } .toggle-preview { display:none; }
#reply-title { width: 250px; } #reply-title { width: 250px; }