Update main.css

This commit is contained in:
LiHuashen
2019-04-15 11:23:11 +08:00
parent 4095f84b18
commit 6b862534cf
+22 -1
View File
@@ -92,7 +92,28 @@ figure.thumbnails img {
}
}
#core, #basic, #gray, #fire, #m5stick, #m5stickc, #m5go-lite, #m5go-kit, #faces-kit {
#core, #basic, #gray, #fire, #m5stick, #m5go-lite, #m5go-kit, #faces-kit {
width: 0;
height: 0;
overflow: hidden;
margin: 0;
}
body[data-page="index.md"] #m5stickc {
width: 0;
height: 0;
overflow: hidden;
margin: 0;
}
body[data-page="zh_CN/README.md"] #m5stickc {
width: 0;
height: 0;
overflow: hidden;
margin: 0;
}
body[data-page="ja/README.md"] #m5stickc {
width: 0;
height: 0;
overflow: hidden;