aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/tau/views
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2022-12-30 21:28:19 +0100
committerMiguel Ángel Moreno <mail@migalmoreno.com>2022-12-30 21:29:58 +0100
commit756876def2e3ff1955b07946d0569912264aa905 (patch)
tree7363a15a1b35dad1501ae83834c1616bc822c4f3 /src/frontend/tau/views
parentb0a746e04ae211f62060cce6a7ec18a127fc97ef (diff)
feat(frontend): Amend small style nits
Diffstat (limited to 'src/frontend/tau/views')
-rw-r--r--src/frontend/tau/views/stream.cljs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/tau/views/stream.cljs b/src/frontend/tau/views/stream.cljs
index 89530b9..312d670 100644
--- a/src/frontend/tau/views/stream.cljs
+++ b/src/frontend/tau/views/stream.cljs
@@ -82,10 +82,10 @@
[:div.min-w-full.py-3
[:h1 name]
[:div {:dangerouslySetInnerHTML {:__html description}}]]
- [:div.py-3
+ [:div.py-6
[:div.flex.items-center
[:i.fa-solid.fa-comments]
- [:p.px-2 "Comments"]
+ [:p.px-2.py-4 "Comments"]
(if show-comments
[:i.fa-solid.fa-chevron-up {:on-click #(rf/dispatch [::events/toggle-comments])
:style {:cursor "pointer"}}]