mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
update tinymce plugin
This commit is contained in:
@@ -170,7 +170,7 @@ function setTheme() {
|
||||
}
|
||||
|
||||
.tox .tox-tbtn--select {
|
||||
min-width: 92px;
|
||||
min-width: 120px;
|
||||
}
|
||||
|
||||
.tox-button {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -197,6 +197,11 @@ function init_tiny(size) {
|
||||
.tox .tox-edit-area__iframe {
|
||||
background-color:transparent !important;
|
||||
}
|
||||
|
||||
.tox .tox-tbtn--select {
|
||||
min-width: 120px;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color:transparent !important;
|
||||
font-size:${DEFAULT_FONT_SIZE}
|
||||
|
||||
@@ -17,6 +17,7 @@ import "tinymce/plugins/hr";
|
||||
import "tinymce/plugins/noneditable";
|
||||
import "tinymce/plugins/textpattern";
|
||||
import {processPastedContent} from "@streetwritersco/tinymce-plugins/codeblock";
|
||||
import "@streetwritersco/tinymce-plugins/codeblock";
|
||||
import "@streetwritersco/tinymce-plugins/checklist";
|
||||
import "@streetwritersco/tinymce-plugins/paste";
|
||||
import "@streetwritersco/tinymce-plugins/inlinecode"
|
||||
|
||||
Reference in New Issue
Block a user