21 lines
314 B
CSS
21 lines
314 B
CSS
.RichEditor {
|
|
width: 525px;
|
|
height: 600px;
|
|
|
|
> .window-content {
|
|
padding: 4px;
|
|
background: var(--base-background);
|
|
height: 100%;
|
|
}
|
|
|
|
prose-mirror {
|
|
height: 100%;
|
|
|
|
.editor-content {
|
|
padding: 0 8px;
|
|
border-radius: 8px;
|
|
color: var(--input-text);
|
|
background: var(--input-background);
|
|
}
|
|
}
|
|
}
|