1
Fork 0

Update html/channel.ejs

This commit is contained in:
ashley 2024-08-15 10:55:36 +00:00
parent 70254d8965
commit b17f7f9548

View file

@ -1501,7 +1501,7 @@ width: fit-content;
<h5 style="display: flex;margin-top: -1em;padding-top: 10px;margin-bottom:10px"><div class="thumb">
<a href="/channel?id=UC0n83khlA76NRfDfm7BNtkQ" class="avatar" style="width: 40px;height: 40px;">
<a href="/channel?id=<%- x.authorId %>" class="avatar" style="width: 40px;height: 40px;">
<img src="https://p.poketube.fun/<%=j.Channel?.Metadata.Avatars.Thumbnail.$t%>">
</a>
@ -1514,7 +1514,7 @@ width: fit-content;
</a>
<span>
<br> Posted <%- x.publishedText %> - <span>
<br> Posted <%- x.publishedText %> <span>
</span>
</span>
@ -1562,8 +1562,7 @@ width: fit-content;
<% } %>
<i class="fa-light fa-thumbs-up"></i> <%- convert(x.likeCount) %>
<p> <i class="fa-light fa-thumbs-up"></i> <%- convert(x.likeCount) %> - <i class="fa-light fa-reply"></i> <%- convert(x.replyCount) %> </p>
</div>