mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-08 15:50:21 +08: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 {
|
.comment-box {
|
||||||
border: 1px solid #DDD;
|
border: 1px solid #DDD;
|
||||||
margin-bottom: $-s;
|
margin-bottom: $-s;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user