From 725add39bce0059c67f82dcdd3ee6c111c9f6912 Mon Sep 17 00:00:00 2001 From: XPoet Date: Thu, 7 May 2020 09:57:36 +0800 Subject: [PATCH] style: update TOC container max width --- source/css/layout/article-content.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/css/layout/article-content.styl b/source/css/layout/article-content.styl index e450e6c..be29d29 100644 --- a/source/css/layout/article-content.styl +++ b/source/css/layout/article-content.styl @@ -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);