style: update TOC container max width
This commit is contained in:
parent
8fca3708d9
commit
725add39bc
|
@ -66,7 +66,7 @@ if ((hexo-config('magic.enable') && !hexo-config('magic.sidebar.enable') && hexo
|
||||||
}
|
}
|
||||||
|
|
||||||
.article-toc {
|
.article-toc {
|
||||||
max-width: 200px;
|
max-width: 188px;
|
||||||
max-height: 600px;
|
max-height: 600px;
|
||||||
background: var(--background-color);
|
background: var(--background-color);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue