Update cherry-markdown.css

cherry样式,隐藏toc时宽度100%
This commit is contained in:
Rendtime 2024-12-15 22:10:59 +08:00
parent e7b221bee0
commit 483b88a7e8

View File

@ -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;