提交 f1ec275c 编写于 作者: D Dillon

fix: fix iPad TOC orientation css bug

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