mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: ac-cp jumps on mobile
This commit is contained in:
@@ -51,3 +51,9 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
html.is-ios {
|
||||
.cp__palette-main {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,8 +21,7 @@
|
||||
[frontend.context.i18n :refer [t]]
|
||||
[frontend.date :as date]
|
||||
[reitit.frontend.easy :as rfe]
|
||||
[frontend.modules.shortcut.core :as shortcut]
|
||||
[frontend.mobile.util :as mobile-util]))
|
||||
[frontend.modules.shortcut.core :as shortcut]))
|
||||
|
||||
(defn highlight-exact-query
|
||||
[content q]
|
||||
@@ -357,9 +356,6 @@
|
||||
timeout 300
|
||||
in-page-search? (= search-mode :page)]
|
||||
[:div.cp__palette.cp__palette-main
|
||||
(when (mobile-util/is-native-platform?)
|
||||
{:style {:min-height "50vh"}})
|
||||
|
||||
[:div.input-wrap
|
||||
[:input.cp__palette-input.w-full
|
||||
{:type "text"
|
||||
|
||||
Reference in New Issue
Block a user