1
Fork 0

add comments button lol

This commit is contained in:
Ashley 2023-11-15 13:46:27 +00:00
parent 5dccb77b78
commit 716eb8a388

View file

@ -2235,6 +2235,15 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
Download Download
</div> </div>
</a> </a>
<% if (Array.isArray( inv.comments)) { %>
<a class="new-button" title="Comments " style="color:#fff;text-decoration: none;margin-right: 0; " href="#comments-container">
<div class="pill-button">
<i class="fa-light fa-comments"></i>
View Comments
</div>
</a>
<% }%>
<% if (!video?.Channel.Name.endsWith(' - Topic')) { %> <% if (!video?.Channel.Name.endsWith(' - Topic')) { %>
<% if (!inv_vid.title.endsWith('Audio)')) { %> <% if (!inv_vid.title.endsWith('Audio)')) { %>
@ -2254,7 +2263,7 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
<% }%> <% }%> <% }%> <% }%>
<% }%> <% }%>
<a class="new-button" title="Download this Video :3" style="color:#fff;text-decoration: none;margin-right: 0; " href="/account-create"> <a class="new-button" title="My Account" style="color:#fff;text-decoration: none;margin-right: 0; " href="/account-create">
<div class="pill-button"> <div class="pill-button">
<i class="fa-light fa-user"></i> <i class="fa-light fa-user"></i>
@ -2729,7 +2738,7 @@ More Epic options owo~
<div class="recommended-list" style="color:#fff"> <div class="recommended-list" style="color:#fff">
<div style="text-align: left;" class="auto-play"> <div style="text-align: left;margin-top: 18px;" class="auto-play">
<label for="continue">AutoPlay:</label> <label for="continue">AutoPlay:</label>
<input name="continue" id="continue" type="checkbox" > <input name="continue" id="continue" type="checkbox" >
<a href="https://codeberg.org/Ashley/poketube/issues/new">give feedback</a> <a href="https://codeberg.org/Ashley/poketube/issues/new">give feedback</a>