mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:08:34 +01:00
add margin
This commit is contained in:
parent
8a5d09e7d6
commit
4b7d4d2f43
1 changed files with 1 additions and 1 deletions
|
@ -1677,7 +1677,7 @@ Recommended Videos
|
|||
<% } %>
|
||||
<div>
|
||||
<a class="max-lines-2" href="/channel?id=<%= x.authorId %>@youtube.com" style="-webkit-line-clamp:1;width:12em;word-wrap:break-word">
|
||||
<span> <%=x.author %> <% if (x?.authorVerified) { %> <i class="icon ion ion-md-checkmark-circle" title="verified channel"></i> <% } %> </span>
|
||||
<span> <%=x.author %> <% if (x?.authorVerified) { %> <i class="icon ion ion-md-checkmark-circle" style="margin-left: 0em;" title="verified channel"></i> <% } %> </span>
|
||||
</a>
|
||||
<div class="video-views">
|
||||
|
||||
|
|
Loading…
Reference in a new issue