diff options
author | Miguel Ángel Moreno <mail@migalmoreno.com> | 2024-08-25 09:04:19 +0200 |
---|---|---|
committer | Miguel Ángel Moreno <mail@migalmoreno.com> | 2024-08-25 09:04:19 +0200 |
commit | 4a4b40404bce9df917b2b8368e68d0c80c67ff13 (patch) | |
tree | e0b9d59d350faf18f6bc82a9ddb4a734e697051d | |
parent | 19a7512a2d0898b9f6f870c653629fc8c61fe7b9 (diff) |
fix: fix comment metadata flex container
-rw-r--r-- | src/frontend/tubo/comments/views.cljs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/tubo/comments/views.cljs b/src/frontend/tubo/comments/views.cljs index 746b4eb..e9b5867 100644 --- a/src/frontend/tubo/comments/views.cljs +++ b/src/frontend/tubo/comments/views.cljs @@ -23,7 +23,7 @@ (defn comment-bottom-metadata [{:keys [upload-date like-count hearted-by-uploader? author-avatar author-name]}] - [:div..flex.items-center.my-2 + [:div.flex.items-center.my-2 [:div.mr-4 [:p (utils/format-date-ago upload-date)]] (when (and like-count (> like-count 0)) |