mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 15:45:00 +00:00
fix(editor): style of date-picker/repeater-cp
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
[{:keys [num duration kind]}]
|
||||
(let [show? (rum/react *show-repeater?)]
|
||||
(if (or show? (and num duration kind))
|
||||
[:div.w.full.flex.flex-row.justify-left {:style {:height 32}}
|
||||
[:div.w.full.flex.flex-row.justify-left
|
||||
[:input#repeater-num.form-input.mt-1.w-8.px-1.sm:w-20.sm:px-2.text-center
|
||||
{:default-value num
|
||||
:on-change (fn [event]
|
||||
|
||||
Reference in New Issue
Block a user