Adapted code insert area and language select for mobile

This commit is contained in:
Dan Brown 2018-01-28 14:19:54 +00:00
parent 98d4bf4486
commit bd711d69e4
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -546,6 +546,15 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
}
}
@include smaller-than($m) {
#code-editor .lang-options {
max-width: 100%;
}
#code-editor .CodeMirror {
height: 200px;
}
}
.comment-box {
border: 1px solid #DDD;
margin-bottom: $-s;