fix(mobile): card modal for android

This commit is contained in:
charlie
2025-06-04 14:03:47 +08:00
parent e7fb39b0ff
commit 9422367137

View File

@@ -22,6 +22,14 @@ html.plt-capacitor.plt-android {
.searchbar-input.sc-ion-searchbar-md {
@apply shadow-none;
}
ion-modal {
ion-content {
#app-container-wrapper {
@apply pt-8;
}
}
}
}
html.has-mobile-keyboard {