FIX: on mobile view, never show the show/hide preview link in composer. nexus 7 was showing it.

This commit is contained in:
Neil Lalonde 2014-06-03 14:00:54 -04:00
parent 3e16ac62c3
commit ae30e3d348
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,6 @@
and (min-device-width : 320px)
and (max-device-width : 540px) {
#reply-control {
.toggle-preview { display:none; }
#reply-title { width: 250px; }
.wmd-controls {
#wmd-input {

View File

@ -22,14 +22,15 @@ display: none;
right: 5px;
margin-top: 0;
}
.toggle-preview, .mobile-file-upload {
.toggle-preview { display:none; }
.mobile-file-upload {
text-decoration: underline;
}
.toggle-preview, #draft-status, #file-uploading, .mobile-file-upload {
#draft-status, #file-uploading, .mobile-file-upload {
float: right;
margin-right: 8px;
}
.toggle-preview, .mobile-file-upload {
.mobile-file-upload {
text-decoration: underline;
}
#file-uploading {