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

This commit is contained in:
leizhe
2022-01-17 13:35:23 +08:00
committed by Andelf
parent 26c4f2c486
commit 9b50e6e2ad

View File

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