Update html/watch.ejs

This commit is contained in:
ashley 2025-08-19 00:16:17 +02:00
parent af8405620d
commit 8f703aea8c

View File

@ -2705,6 +2705,14 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
<i class="fa-light fa-user"></i>
My Account
</div>
</a>
<a class="new-button" title="My Account" style="color:#fff;text-decoration: none;margin-right: 0; " href="/app?tab=search">
<div class="pill-button">
<i class="fa-light fa-search"></i>
Search
</div>
</a>
@ -2846,7 +2854,7 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
<p>
<%=convert(engagement.likes)%>
<br>
</p><p style="font-size: 17px;">Updoots</p>
</p><p style="font-size: 17px;">Likes</p>
</p>
</div>
@ -2856,7 +2864,7 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
<p>
<%=convert(engagement.dislikes)%>
<br>
</p><p style="font-size: 17px;">Downvotes</p>
</p><p style="font-size: 17px;">Dislikes</p>
</p>
</div>