mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 20:17:53 +08:00
perf: 文章TOC样式调整
This commit is contained in:
parent
7fb4c511c8
commit
b0234582f8
@ -56,6 +56,20 @@
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
/*.content > .whole-article-wrap {*/
|
||||
/* flex-direction: row-reverse;*/
|
||||
/*}*/
|
||||
|
||||
.content > .whole-article-wrap > .markdown-toc {
|
||||
right: 30px;
|
||||
margin-left: 10px;
|
||||
max-height: 550px;
|
||||
}
|
||||
|
||||
.content > .whole-article-wrap > .markdown-article {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.article-body .markdown-toc{
|
||||
position: fixed;
|
||||
right: 50px;
|
||||
@ -90,7 +104,7 @@
|
||||
/*margin-right: 250px;*/
|
||||
}
|
||||
.article-body.content .markdown-toc{
|
||||
position: relative;
|
||||
position: fixed;
|
||||
margin-top: 0;
|
||||
}
|
||||
.article-body.content .markdown-article{
|
||||
|
Loading…
Reference in New Issue
Block a user