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 (min-device-width : 320px)
|
||||||
and (max-device-width : 540px) {
|
and (max-device-width : 540px) {
|
||||||
#reply-control {
|
#reply-control {
|
||||||
.toggle-preview { display:none; }
|
|
||||||
#reply-title { width: 250px; }
|
#reply-title { width: 250px; }
|
||||||
.wmd-controls {
|
.wmd-controls {
|
||||||
#wmd-input {
|
#wmd-input {
|
||||||
|
|
|
@ -22,14 +22,15 @@ display: none;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
.toggle-preview, .mobile-file-upload {
|
.toggle-preview { display:none; }
|
||||||
|
.mobile-file-upload {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
.toggle-preview, #draft-status, #file-uploading, .mobile-file-upload {
|
#draft-status, #file-uploading, .mobile-file-upload {
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
.toggle-preview, .mobile-file-upload {
|
.mobile-file-upload {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
#file-uploading {
|
#file-uploading {
|
||||||
|
|
Loading…
Reference in New Issue