From 756876def2e3ff1955b07946d0569912264aa905 Mon Sep 17 00:00:00 2001 From: Miguel Ángel Moreno Date: Fri, 30 Dec 2022 21:28:19 +0100 Subject: feat(frontend): Amend small style nits --- src/frontend/tau/components/comments.cljs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/frontend/tau/components/comments.cljs') diff --git a/src/frontend/tau/components/comments.cljs b/src/frontend/tau/components/comments.cljs index 044f87a..9802647 100644 --- a/src/frontend/tau/components/comments.cljs +++ b/src/frontend/tau/components/comments.cljs @@ -16,10 +16,10 @@ [:div.w-12 [:a {:href (rfe/href :tau.routes/channel nil {:url uploader-url}) :title name} [:img.rounded-full.object-cover.min-w-full.min-h-full {:src uploader-avatar}]]]]) - [:div.ml-2 + [:div.ml-4 [:div.flex.items-center (when pinned? - [:i.fa-solid.fa-thumbtack.mr-2]) + [:i.fa-solid.fa-thumbtack.mr-2.text-xs]) [:a {:href (rfe/href :tau.routes/channel nil {:url uploader-url}) :title name} [:h1.text-gray-300.font-bold uploader-name]] (when uploader-verified? @@ -33,7 +33,7 @@ (timeago/format upload-date))]] (when like-count [:div.flex.items-center.my-2 - [:i.fa-solid.fa-thumbs-up] + [:i.fa-solid.fa-thumbs-up.text-xs] [:p.mx-1 like-count]]) (when hearted-by-uploader? [:div.relative.w-4.h-4.mx-2 -- cgit v1.2.3