enhance(mobile): tweak settings css

This commit is contained in:
leizhe
2021-12-19 14:35:22 +08:00
committed by Tienson Qin
parent 6e2dee0f33
commit f3b4e2398f
3 changed files with 13 additions and 7 deletions

View File

@@ -129,6 +129,14 @@
}
}
html.is-native-andorid
html.is-native-iphone
{
.ui__modal {
top: 15vh;
}
}
html.is-mobile {
.ui__modal {
@apply bottom-0 inset-x-0;
@@ -247,3 +255,4 @@ html.is-mobile {
.rotating-arrow svg {
transition: all 100ms ease-in 0ms;
}