From 6440ae0b5c15355dd87959412ea609396a198215 Mon Sep 17 00:00:00 2001
From: Samantaz Fox
Date: Tue, 9 May 2023 23:37:49 +0200
Subject: Community: Fix position of the "creator heart" (broken by #3783)
---
src/invidious/comments.cr | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
(limited to 'src')
diff --git a/src/invidious/comments.cr b/src/invidious/comments.cr
index 01556099..466c9fe5 100644
--- a/src/invidious/comments.cr
+++ b/src/invidious/comments.cr
@@ -409,7 +409,6 @@ def template_youtube_comments(comments, locale, thin_mode, is_replies = false)
html << <<-END_HTML
#{number_with_separator(child["likeCount"])}
-
END_HTML
if child["creatorHeart"]?
@@ -420,13 +419,14 @@ def template_youtube_comments(comments, locale, thin_mode, is_replies = false)
end
html << <<-END_HTML
+
-
+
-
-
+
+
+
+
END_HTML
end
--
cgit v1.2.3