Skip to content

Commit

Permalink
enhance: add CSS classes to enable custom styles
Browse files Browse the repository at this point in the history
  • Loading branch information
devonzuegel authored and tiensonqin committed Nov 9, 2021
1 parent 805c192 commit 4ce2b0c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/frontend/components/block.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -1673,9 +1673,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 []
Expand Down Expand Up @@ -2395,8 +2395,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
Expand Down

0 comments on commit 4ce2b0c

Please sign in to comment.