提交 f1ec275c 编写于 作者: D Dillon

fix: fix iPad TOC orientation css bug

上级 99d52daf
......@@ -151,7 +151,7 @@
/* iPads (landscape) ----------- */
@media only screen and (min-width: 1366px) {
@media only screen and (min-width: 1080px) {
.post-warp {
max-width: 560px !important;
}
......@@ -172,7 +172,16 @@
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1600) {
@media only screen and (min-width: 1300px) {
.post-warp {
max-width: 780px !important;
}
.post-toc {
display: block !important;
margin-left: 800px !important;
}
.navbar-mobile {
display: none !important;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册