enhance(mobile): polish interaction for the onboarding graph picker

This commit is contained in:
charlie
2022-11-05 19:04:50 +08:00
parent cb307d3cec
commit d976eb5182
9 changed files with 64 additions and 43 deletions

View File

@@ -229,7 +229,7 @@ html.is-native-iphone-without-notch,
html.is-native-ipad {
#main-container {
padding-top: 0px;
padding-top: 0;
display: flex;
flex-direction: column;
}
@@ -237,7 +237,7 @@ html.is-native-ipad {
#main-content-container {
padding-left: 22px;
padding-right: 14px;
padding-top: 0px;
padding-top: 0;
height: calc(100vh - var(--ls-headbar-inner-top-padding) - var(--ls-headbar-height));
@screen sm {