get rid of bad editor media queries in mobile.scss
This commit is contained in:
parent
b736fb7016
commit
c8ab29fa31
|
@ -1,19 +1 @@
|
||||||
@media all
|
// file no longer needed, mobile layout is in compose.scss
|
||||||
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%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
width: 47%;
|
width: 47%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.composer-popup-container {
|
.composer-popup-container {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -251,10 +250,6 @@ display: none;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
|
||||||
.textarea-wrapper {
|
|
||||||
padding-right: 5px;
|
|
||||||
float: left;
|
|
||||||
.popup-tip {
|
.popup-tip {
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
right: 4px;
|
right: 4px;
|
||||||
|
|
Loading…
Reference in New Issue