[skip ci] web: 书架界面布局切换750px

This commit is contained in:
Xwite
2023-06-11 07:25:38 +08:00
committed by GitHub
parent 4079879bef
commit 03d5527990
+1 -4
View File
@@ -337,10 +337,7 @@ const fetchBookShelfData = () => {
} }
} }
@media screen and (max-width: 428px), @media screen and (max-width: 750px) {
screen and (max-width: 750px) and (min-resolution: 2dppx),
screen and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 750px) and (min--moz-device-pixel-ratio: 2) {
.index-wrapper { .index-wrapper {
overflow-x: hidden; overflow-x: hidden;
flex-direction: column; flex-direction: column;