[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -337,10 +337,7 @@ const fetchBookShelfData = () => {
}
}
@media screen and (max-width: 428px),
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) {
@media screen and (max-width: 750px) {
.index-wrapper {
overflow-x: hidden;
flex-direction: column;