mirror of
https://github.com/mindoc-org/mindoc.git
synced 2026-02-27 17:03:57 +08:00
fix: cherry_markdown error (#908)
* fix: first open document, cherryMarkdown not have theme * fix: modify prismjs style and improve image clarity * update cherry-markdown * optimiztion: cherry-markdown * feat: cherry-markdown add auto-save and update icon * fix: the mobile phone displays abnormally and Markdown does not allow conversion --------- Co-authored-by: zhangsheng.93 <zhangsheng.93@bytedance.com>
This commit is contained in:
@@ -548,12 +548,13 @@ iframe.cherry-dialog-iframe {
|
||||
margin-right: 50px;
|
||||
}
|
||||
|
||||
.markdown-article-body {
|
||||
margin-right: 200px !important;
|
||||
@media screen and (min-width: 840px) {
|
||||
.markdown-article {
|
||||
margin-right: 200px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.markdown-article-head {
|
||||
margin-right: 200px !important;
|
||||
width: unset !important;
|
||||
padding: unset !important;
|
||||
padding-top: 10px !important;
|
||||
@@ -562,4 +563,10 @@ iframe.cherry-dialog-iframe {
|
||||
.markdown-title {
|
||||
padding: unset !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 839px) {
|
||||
.toc {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user