feat(mobile): support gestures on block element

This commit is contained in:
llcc
2022-04-25 15:20:20 +08:00
parent a6a0596a7d
commit 6edb8e09b0
2 changed files with 100 additions and 15 deletions

View File

@@ -185,6 +185,20 @@
}
}
.block-left-menu {
overflow: hidden;
max-width: 30px;
text-align: center;
margin: auto 0
}
.block-right-menu {
overflow: hidden;
max-width: 30px;
text-align: center;
margin: auto 0
}
html.is-mobile,
html.is-native-iphone,
html.is-native-android {