style: update TOC container max width

This commit is contained in:
XPoet 2020-05-07 09:57:36 +08:00
parent 8fca3708d9
commit 725add39bc
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ if ((hexo-config('magic.enable') && !hexo-config('magic.sidebar.enable') && hexo
}
.article-toc {
max-width: 200px;
max-width: 188px;
max-height: 600px;
background: var(--background-color);