test something

This commit is contained in:
ashley 2025-09-14 22:31:09 +02:00
parent 4cc8c4b953
commit bad78fff5f

View File

@ -3078,8 +3078,8 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
<div class="thumb">
<div class="thumb">
<a href="/channel?id=<%- inv.comments[1].authorId%>" class="avatar" style="width: 40px;height: 40px;margin: 4px;">
<img src="https://p.poketube.fun/<%= inv.comments[1].authorThumbnails[1].url %>" style="width: 24px;height: 24px;margin-right: inherit;" >
<a href="/channel?id=<%- inv.comments[0].authorId%>" class="avatar" style="width: 40px;height: 40px;margin: 4px;">
<img src="https://p.poketube.fun/<%= inv.comments[0].authorThumbnails[0].url %>" style="width: 24px;height: 24px;margin-right: inherit;" >
</a>
</div>
@ -3087,7 +3087,7 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
</h5>
<p class="comment" style="font-weight: bold;color: #fff; word-wrap: break-word; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; max-width: 50em;align-self:center;">
<%- inv.comments[1].contentHtml %>
<%- inv.comments[0].contentHtml %>
</p>
</div>