feat: add new post creation view

This commit is contained in:
Tim
2025-07-04 16:25:22 +08:00
parent 19cea8441d
commit 08805452f2
5 changed files with 172 additions and 1 deletions

View File

@@ -52,4 +52,24 @@ body {
.comment-editor-container .vditor-ir,
.comment-editor-container .vditor-textarea {
background: transparent !important;
}
}
.post-editor-container .vditor {
--panel-background-color: transparent;
--border-color: transparent;
--textarea-background-color: transparent;
border: none !important;
box-shadow: none !important;
}
.post-editor-container .vditor-toolbar {
background: transparent !important;
border: none !important;
box-shadow: none !important;
}
.post-editor-container .vditor-content,
.post-editor-container .vditor-wysiwyg,
.post-editor-container .vditor-ir,
.post-editor-container .vditor-textarea {
background: transparent !important;
}