enhance(mobile): set min-height for cards on phone

pull/3934/head
leizhe 2022-01-17 13:35:23 +08:00 committed by Andelf
parent 26c4f2c486
commit 9b50e6e2ad
1 changed files with 4 additions and 0 deletions

View File

@ -149,6 +149,10 @@ html.is-native-iphone-without-notch
.cards-review .block-control { .cards-review .block-control {
margin-left: -24px; margin-left: -24px;
} }
.ls-card {
min-height: 75vh;
}
} }
html.is-mobile { html.is-mobile {