mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
Merge branch 'master' into gesture-support-on-block
This commit is contained in:
@@ -627,3 +627,19 @@ html.is-native-ios {
|
||||
width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
html:not(.is-mac) {
|
||||
body[data-active-keystroke="Control"] {
|
||||
.block-content {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
html.is-mac {
|
||||
body[data-active-keystroke="Meta"] {
|
||||
.block-content {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user