fix(style): marker should be inline

This commit is contained in:
Tienson Qin
2020-10-28 21:22:40 +08:00
parent 4617e4dfb9
commit baf308fc5b
2 changed files with 6 additions and 3 deletions

View File

@@ -767,8 +767,8 @@
[(str class " checked") true])]
(when class
(ui/checkbox {:class class
:style {:margin-top -1
:margin-right 6}
:style {:margin-top -2
:margin-right 5}
:checked checked?
:on-change (fn [_e]
;; FIXME: Log timestamp
@@ -881,7 +881,8 @@
(when (and marker
(not (string/blank? marker))
(not= "nil" marker))
{:class (string/lower-case marker)})
{:class (str (string/lower-case marker)
"flex flex-row items-center")})
(when bg-color
{:style {:background-color bg-color
:padding-left 6