mirror of
https://github.com/flarum/core.git
synced 2025-08-01 14:10:37 +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:
committed by
GitHub
parent
26d291199a
commit
edc81bb380
@@ -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;
|
||||
|
Reference in New Issue
Block a user