From: Dan Brown Date: Sun, 28 Jan 2018 14:19:54 +0000 (+0000) Subject: Adapted code insert area and language select for mobile X-Git-Tag: v0.20.0~1^2~17^2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/bd711d69e4262e5fa4e40ed3591d33decb9b6fdc Adapted code insert area and language select for mobile --- diff --git a/resources/assets/sass/_components.scss b/resources/assets/sass/_components.scss index 1608368f5..5b72f5e1a 100644 --- a/resources/assets/sass/_components.scss +++ b/resources/assets/sass/_components.scss @@ -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;