enhance(mobile): safe area for android

This commit is contained in:
charlie
2025-08-18 18:04:01 +08:00
parent 8623774e7f
commit 8f2c101124

View File

@@ -15,8 +15,9 @@ html.is-native-ios {
}
html.is-native-android {
--silk-topbar-inner-padding-top: 10px;
--silk-topbar-inner-padding-top: 4px;
--silk-topbar-inner-height: 40px;
--silk-tabbar-bottom-paddding: 32px;
--silk-topbar-inner-padding-bottom: 6px;
}
@@ -93,10 +94,6 @@ ul {
}
}
a, button {
-webkit-tap-highlight-color: transparent;
}
.bg-background {
@apply bg-gray-01;
}