mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Adapted code insert area and language select for mobile
This commit is contained in:
parent
98d4bf4486
commit
bd711d69e4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user