mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-12 23:58:31 +00:00
Update styling for channel badge
This commit is contained in:
parent
4f1cb26d96
commit
1ecea1ce33
@ -21,7 +21,6 @@ body {
|
||||
}
|
||||
|
||||
.channel_badge {
|
||||
margin-left: 3px;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user