mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
feat(mobile): support gestures on block element
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user