forked from midou/invidious
Merge pull request #2201 from pinchese/patch-1
futureproof comment avatars
This commit is contained in:
commit
095c894548
@ -317,7 +317,7 @@ def template_youtube_comments(comments, locale, thin_mode, is_replies = false)
|
||||
html << <<-END_HTML
|
||||
<div class="pure-g" style="width:100%">
|
||||
<div class="channel-profile pure-u-4-24 pure-u-md-2-24">
|
||||
<img style="padding-right:1em;padding-top:1em;width:90%" src="#{author_thumbnail}">
|
||||
<img style="margin-right:1em;margin-top:1em;width:90%" src="#{author_thumbnail}">
|
||||
</div>
|
||||
<div class="pure-u-20-24 pure-u-md-22-24">
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user