1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Updated another range of actions for cm6

This commit is contained in:
Dan Brown
2023-04-13 12:51:52 +01:00
parent 9813c94720
commit 32c765d0c3
2 changed files with 126 additions and 88 deletions

View File

@ -75,6 +75,7 @@
@include lightDark(border-color, #ddd, #000);
position: relative;
flex: 1;
min-width: 0;
}
.markdown-editor-wrap + .markdown-editor-wrap {
flex-basis: 50%;
@ -84,6 +85,7 @@
.markdown-editor-wrap .cm-editor {
flex: 1;
max-width: 100%;
}
.markdown-panel-divider {