Update styling for channel badge

This commit is contained in:
syeopite 2021-04-07 02:25:02 -07:00
parent 4f1cb26d96
commit 1ecea1ce33
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82
2 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,6 @@ body {
}
.channel_badge {
margin-left: 3px;
font-size: 1em;
}

View File

@ -321,7 +321,7 @@ def template_youtube_comments(comments, locale, thin_mode, is_replies = false)
<p>
<b>
<a class="#{child["authorIsChannelOwner"] == true ? "channel-owner" : ""}" href="#{child["authorUrl"]}">#{child["author"]}</a>
#{child["author_verified"]? == true ? "<a class=\"channel_badge\"><i class=\"icon ion-md-checkmark-circle\"></i></a>" : ""}
#{child["author_verified"]? == true ? "<a class=\"channel_badge\" style=\"font-size: 0.9em;\"><i class=\"icon ion-md-checkmark-circle\"></i></a>" : ""}
</b>
</p>
<p style="white-space:pre-wrap">#{child["contentHtml"]}</p>