1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Editor Driver Abstraction (#2594)

This will allow drop-in replacements of the editor with a more advanced WYSIWYG solution such as ProseMirror
This commit is contained in:
Alexander Skvortsov
2021-02-26 16:17:05 -05:00
committed by GitHub
parent 67306a9d34
commit 7d79912d36
11 changed files with 287 additions and 139 deletions

View File

@@ -293,7 +293,7 @@
}
}
.ComposerBody-editor {
.fullScreen & textarea {
.fullScreen & .TextEditor-editor {
font-size: 16px;
}
}
@@ -323,7 +323,7 @@
// ------------------------------------
// Text Editor
.TextEditor textarea {
.TextEditor .TextEditor-editor {
border-radius: 0;
padding: 0 0 10px;
border: 0;