feat: add bilibili diagram echarts and improve style

This commit is contained in:
Dillon
2019-08-17 23:16:09 +08:00
parent 00b6b7f6ce
commit 6981f1e285
26 changed files with 1182 additions and 133 deletions

View File

@@ -3,6 +3,10 @@
display: none;
}
.post-toc {
display: none;
}
.navbar-mobile {
display: block !important;
position: fixed;
@@ -141,7 +145,15 @@
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.post-warp {
max-width: 560px !important;
}
.post-toc {
margin-left: 580px !important;
}
}
/* Desktops and laptops ----------- */