refactor: markdown input css

This commit is contained in:
Tristan Yang
2023-04-12 07:41:57 +08:00
parent 5d7b90b5ec
commit 390e2e5ac9
3 changed files with 17 additions and 5 deletions
+10 -1
View File
@@ -282,8 +282,17 @@ html.dark ::-webkit-scrollbar-thumb {
font-size: 14px;
line-height: 20px;
}
.toastui-editor-md-preview {
overflow-x: hidden;
}
.toastui-editor-dark .toastui-editor-md-container {
background-color: #4e5762 !important;
background-color: transparent !important;
}
.toastui-editor-md-container.toastui-editor-md-vertical-style {
align-items: flex-start;
}
html.dark .send.markdown {
background-color: #222 !important;
}
html.dark .slate-mention {
background: #333;