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

Got markdown editor barely functional

Updated content sync and preview scoll sync to work.
Many features commented out until they can be updated.
This commit is contained in:
Dan Brown
2023-04-10 15:01:44 +01:00
parent dce5123452
commit 572037ef1f
7 changed files with 121 additions and 79 deletions

View File

@@ -82,6 +82,10 @@
flex-grow: 0;
}
.markdown-editor-wrap .cm-editor {
flex: 1;
}
.markdown-panel-divider {
width: 2px;
@include lightDark(background-color, #ddd, #000);