fix footer position in zoomed display mode

pull/5088/head
llcc 2022-05-24 22:22:26 +08:00
parent be9e45f3c6
commit 3c816db7b2
1 changed files with 3 additions and 1 deletions

View File

@ -186,11 +186,13 @@ html.is-native-android {
html.is-zoomed-native-ios {
.cp__footer {
height: 60px;
bottom: 70px;
height: 70px;
}
@media (orientation: landscape) {
.cp__footer {
bottom: 50px;
height: 50px;
}
}