mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 01:46:35 +00:00
fix(iOS): search ac window jump
This commit is contained in:
@@ -138,16 +138,21 @@
|
||||
}
|
||||
}
|
||||
|
||||
html.is-native-ios,
|
||||
html.is-native-android {
|
||||
.ui__modal {
|
||||
&-panel {
|
||||
min-height: 420px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
html.is-native-andorid,
|
||||
html.is-native-iphone,
|
||||
html.is-native-iphone-without-notch
|
||||
{
|
||||
.ui__modal {
|
||||
top: 10vh;
|
||||
}
|
||||
|
||||
.references .foldable-title {
|
||||
margin-left: 4px
|
||||
margin-left: 0px
|
||||
}
|
||||
|
||||
.cards-review .block-control {
|
||||
|
||||
Reference in New Issue
Block a user