mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 19:06:16 +01:00
fix: fix iPad TOC orientation css bug
This commit is contained in:
parent
99d52daf69
commit
f1ec275c9f
1 changed files with 11 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue