From 1ecea1ce33765896c856d619fc4f35985f62aa86 Mon Sep 17 00:00:00 2001 From: syeopite Date: Wed, 7 Apr 2021 02:25:02 -0700 Subject: [PATCH] Update styling for channel badge --- assets/css/default.css | 1 - src/invidious/comments.cr | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/css/default.css b/assets/css/default.css index 0da97aff..3b004fa8 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -21,7 +21,6 @@ body { } .channel_badge { - margin-left: 3px; font-size: 1em; } diff --git a/src/invidious/comments.cr b/src/invidious/comments.cr index 38aa5847..72393854 100644 --- a/src/invidious/comments.cr +++ b/src/invidious/comments.cr @@ -321,7 +321,7 @@ def template_youtube_comments(comments, locale, thin_mode, is_replies = false)

#{child["author"]} - #{child["author_verified"]? == true ? "" : ""} + #{child["author_verified"]? == true ? "" : ""}

#{child["contentHtml"]}