FIX: on mobile view, never show the show/hide preview link in composer. nexus 7 was showing it.
This commit is contained in:
parent
3e16ac62c3
commit
ae30e3d348
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue