fix: editing plan style (#261)

This commit is contained in:
JeffJiang
2025-05-29 10:46:05 +08:00
committed by GitHub
parent fcbc7f1118
commit 7e9fbed918
3 changed files with 15 additions and 5 deletions

View File

@@ -2,8 +2,18 @@
max-width: inherit;
}
.prose .placeholder {
.prose.inline-editor * {
margin: 0;
}
.prose.inline-editor .is-empty {
display: none;
}
.prose.inline-editor .is-empty.placeholder {
display: block;
opacity: 0.65;
font-size: 14px;
}
.ProseMirror {