mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-05-09 12:17:29 +08:00
feat: add new post creation view
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user