mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 19:53:51 +08:00
Update cherry-markdown.css
cherry样式,隐藏toc时宽度100%
This commit is contained in:
parent
e7b221bee0
commit
483b88a7e8
@ -1969,6 +1969,14 @@ div[data-type=codeBlock] .token.inserted {
|
||||
.whole-article-wrap > div > .markdown-article {
|
||||
width: calc(100% - 260px);
|
||||
}
|
||||
@media screen and (max-width: 839px) {
|
||||
.toc {
|
||||
display: none !important;
|
||||
}
|
||||
.whole-article-wrap > div > .markdown-article {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
[data-code-block-theme=coy] div[data-type=codeBlock] pre[class*=language-]:after {
|
||||
right: 0.75em;
|
||||
|
Loading…
Reference in New Issue
Block a user