Add a RichEditor to make HTMLFields livable
This commit is contained in:
parent
f6ff3247e3
commit
ced2b5151b
7 changed files with 137 additions and 0 deletions
19
templates/Apps/RichEditor/style.css
Normal file
19
templates/Apps/RichEditor/style.css
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
.ripcrypt--RichEditor {
|
||||
width: 500px;
|
||||
height: 600px;
|
||||
|
||||
> .window-content {
|
||||
padding: 4px;
|
||||
background: var(--base-background);
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
prose-mirror {
|
||||
height: 100%;
|
||||
|
||||
.editor-content {
|
||||
color: var(--input-text);
|
||||
background: var(--input-background);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue