enhance: add CSS classes to enable custom styles

pull/3079/head
Devon Zuegel 2021-11-06 10:47:47 -04:00
parent 224ced921f
commit 32e96dd94c
1 changed files with 5 additions and 5 deletions

View File

@ -1678,9 +1678,9 @@
state)}
[state block typ ast]
(let [show? (get state ::show?)]
[:div.flex.flex-col
[:div.text-sm.mt-1.flex.flex-row
[:div.opacity-50.font-medium
[:div.flex.flex-col.timestamp
[:div.text-sm.mb-1.flex.flex-row
[:div.opacity-50.font-medium.timestamp-label
(str typ ": ")]
[:a.opacity-80.hover:opacity-100
{:on-click (fn []
@ -2385,8 +2385,8 @@
(when-not (and built-in? (empty? result))
(ui/foldable
[:div.custom-query-title
title
[:span.opacity-60.text-sm.ml-2
[:span.title-text title]
[:span.opacity-60.text-sm.ml-2.results-count
(str (count transformed-query-result) " results")]]
[:div
(when current-block