mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
Use flex-column for schedule modal on smaller screens
This commit is contained in:
committed by
Tienson Qin
parent
8bc1d19388
commit
00d3a25aaa
@@ -151,7 +151,7 @@
|
||||
(contains? #{"deadline" "scheduled"}
|
||||
(string/lower-case current-command)))
|
||||
date (state/sub :date-picker/date)]
|
||||
[:div#date-time-picker.flex.flex-row {:on-click (fn [e] (util/stop e))
|
||||
[:div#date-time-picker.flex.flex-col.sm:flex-row {:on-click (fn [e] (util/stop e))
|
||||
:on-mouse-down (fn [e] (.stopPropagation e))}
|
||||
(ui/datepicker
|
||||
date
|
||||
|
||||
Reference in New Issue
Block a user