fix: fix iPad TOC orientation css bug
This commit is contained in:
@@ -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 @@
|
|||||||
|
|
||||||
/* 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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user