Mobile: Hide side-by-side preview

pull/80/head
Wes Cossick 9 years ago
parent d74bf5def3
commit 8c32586d73

@ -145,6 +145,12 @@
background: #fff;
}
@media only screen and (max-width: 700px) {
.editor-toolbar a.fa-columns {
display:none;
}
}
.editor-statusbar {
padding: 8px 10px;
font-size: 12px;

Loading…
Cancel
Save