discourse/app/assets/stylesheets/common/base/mobile.scss

20 lines
343 B
SCSS

@media all
and (min-device-width : 320px)
and (max-device-width : 540px) {
#reply-control {
#reply-title { width: 250px; }
.wmd-controls {
#wmd-input {
width: 100%;
border-top: 0;
}
.preview-wrapper {
display: none;
}
.textarea-wrapper {
width: 100%;
}
}
}
}