From 85fbcf570212e4aaded0117dc0450da936cce568 Mon Sep 17 00:00:00 2001 From: shenyu <448766534@qq.com> Date: Wed, 1 Apr 2020 22:30:45 +0800 Subject: [PATCH] :bug: fix: tocboc style --- source/css/custom.styl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/css/custom.styl b/source/css/custom.styl index b676c78..f8f9712 100644 --- a/source/css/custom.styl +++ b/source/css/custom.styl @@ -18,6 +18,8 @@ $aside-width = convert(hexo-config('layout.sidebar_width')) .outer, .wrap width $wrap-width !important @media(max-width: 768px) + .tocbot + display none !important .content &.on transform translateX($aside-width)