fix weird top-padding when editing on iPhone

pull/3924/head
leizhe 2022-01-13 13:39:56 +08:00 committed by Tienson Qin
parent 91587571b2
commit 6b9df7530a
2 changed files with 1 additions and 10 deletions

View File

@ -209,7 +209,7 @@ html.is-native-ipad {
#main-content-container { #main-content-container {
padding-top: 0px; padding-top: 0px;
height: calc(100vh - var(--ls-headbar-height)); height: calc(100vh - var(--ls-headbar-inner-top-padding) - var(--ls-headbar-height));
} }
.cp__header > .r { .cp__header > .r {

View File

@ -138,15 +138,6 @@
} }
} }
html.is-native-ios,
html.is-native-android {
.ui__modal {
&-panel {
min-height: 420px;
}
}
}
html.is-native-andorid, html.is-native-andorid,
html.is-native-iphone, html.is-native-iphone,
html.is-native-iphone-without-notch html.is-native-iphone-without-notch