fix(editor): focus state
This commit is contained in:
parent
e716fd1bf9
commit
08959fdb77
@ -175,7 +175,7 @@ onBeforeUnmount(() => editor.value?.destroy())
|
|||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
border-bottom-left-radius: 4px;
|
border-bottom-left-radius: 4px;
|
||||||
border-bottom-right-radius: 4px;
|
border-bottom-right-radius: 4px;
|
||||||
padding: 10px;
|
//padding: 10px;
|
||||||
// font: inherit;
|
// font: inherit;
|
||||||
// z-index: 0;
|
// z-index: 0;
|
||||||
// word-wrap: break-word;
|
// word-wrap: break-word;
|
||||||
@ -186,6 +186,8 @@ onBeforeUnmount(() => editor.value?.destroy())
|
|||||||
|
|
||||||
/* Basic editor styles */
|
/* Basic editor styles */
|
||||||
.ProseMirror {
|
.ProseMirror {
|
||||||
|
padding: .5rem;
|
||||||
|
|
||||||
> * + * {
|
> * + * {
|
||||||
margin-top: 0.75em;
|
margin-top: 0.75em;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user