1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-06-13 00:41:59 +03:00

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

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;