You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/12/08 12:59:29 UTC

[skywalking-website] branch master updated: fix: blog screen adaptation (#166)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 88d7564  fix: blog screen adaptation (#166)
88d7564 is described below

commit 88d7564dfdba181b2b078a49fe51a6ea250af7eb
Author: Juntao Zhang <jt...@163.com>
AuthorDate: Tue Dec 8 20:59:22 2020 +0800

    fix: blog screen adaptation (#166)
    
    Co-authored-by: Juntao Zhang <zh...@apache.org>
---
 themes/docsy/assets/scss/_blog.scss | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/themes/docsy/assets/scss/_blog.scss b/themes/docsy/assets/scss/_blog.scss
index 7fc1071..dde0ac4 100644
--- a/themes/docsy/assets/scss/_blog.scss
+++ b/themes/docsy/assets/scss/_blog.scss
@@ -26,10 +26,9 @@
                 flex: 0 0 100%!important;
                 max-width: 100%!important;
             }
-            .toc{
-                flex: 0 0 0!important;
-                max-width:0!important;
-            }
+        }
+        .toc{
+           display: none!important;
         }
 
     }