aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/tau/views
diff options
context:
space:
mode:
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"}}]