mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-14 06:28:56 +01:00
Update 'html/poketube-music.ejs'
This commit is contained in:
parent
2f686f7f59
commit
c12ab5f71b
1 changed files with 8 additions and 22 deletions
|
@ -206,7 +206,7 @@ min-height: 52%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: block;
|
display: block;
|
||||||
margin-inline: auto;
|
margin-inline: auto;
|
||||||
width:501px;
|
width:200px;
|
||||||
border-radius:11px;
|
border-radius:11px;
|
||||||
pointer-events:none;
|
pointer-events:none;
|
||||||
}
|
}
|
||||||
|
@ -243,26 +243,12 @@ margin-block: 9px;
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<div>
|
<div>
|
||||||
<img class="img" src="https://p.poketube.fun/https://i.ytimg.com/vi/<%=video.id%>/hq720.jpg?sqp=-oaymwEXCNAFEJQDSFryq4qpAwkIARUAAIhCGAE=&rs=AOn4CLDIumGQI7EB2bNbXs0HA-I-D9COiQ">
|
<img class="img" src="<%=info.artwork%>">
|
||||||
</div>
|
</div>
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<div>
|
<div>
|
||||||
|
<div class="video-title center" style="font-family:'Ginto Nord';font-weight:900;white-space:yes;"><%=info.artist%> - <%=info.title%></div>
|
||||||
<div class="video-title center" style="font-family:'Ginto Nord';font-weight:900;white-space:yes;"><%=video.Channel.Name.replace("- Topic", " ")%> - <%=video.Title%></div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="center" >
|
|
||||||
|
|
||||||
<p><i class="fas fa-calendar-alt"></i>
|
|
||||||
<%=date%>|<i class="fas fa-chart-bar"></i><%=engagement.viewCount.toLocaleString()%> Views| <i class="fas fa-thumbs-up"></i> <%=engagement.likes.toLocaleString()%> <i class="fas fa-thumbs-down"></i> <%=engagement.dislikes.toLocaleString()%>
|
|
||||||
<div class="center" style="color:#fff;" >
|
|
||||||
|
|
||||||
<i class="fas fa-shield-alt"></i><a href="/encryption?v=<%=video.id%>"> Encryption info</a><br>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="downnav">
|
<div class="downnav">
|
||||||
<audio class="player" id="<%=sha384(video.id)%>" autoplay controls src="https://p.poketube.fun/<%=url%>" poster="https://p.poketube.fun/https://i.ytimg.com/vi/<%=video.id%>/hqdefault.jpg?v=607ddcd4">
|
<audio class="player" id="<%=sha384(video.id)%>" autoplay controls src="https://p.poketube.fun/<%=url%>" poster="https://p.poketube.fun/https://i.ytimg.com/vi/<%=video.id%>/hqdefault.jpg?v=607ddcd4">
|
||||||
|
|
Loading…
Reference in a new issue