1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 09:34:41 -05:00

Update poketube-mobile.ejs

This commit is contained in:
Ashley 2022-07-26 09:47:25 +03:00 committed by GitHub
parent 1a32a385c3
commit a46cc46a55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -184,7 +184,7 @@ summary:hover{
</video>
</div>
<div class="video-info">
<div class="video-title" style="font-family:'Inter';font-weight:900;white-space:yes;"><%=video.Title%></div>
<div class="video-title" style="font-family:'Inter';font-weight:900;white-space:yes;"><%=video.Title%> </div>
<div class="video-info-bar">
<%=engagement.viewCount.toLocaleString()%> Total views - Uploaded on <%=date%> ^^
<div class="divider"></div>
@ -234,7 +234,13 @@ summary:hover{
<button class="subscribe-button" ><a style="color:#fff" href="https://www.youtube.com/channel/<%=video.Channel.id%>?view_as=subscriber?sub_confirmation=1">Suscribe</a></button>
</div>
<div>
<p class="description"> <%-String(video.Description).replace(/\n/g, " <br> ")%> </p>
<div>
<h3 style="color:#fff;font-family:Inter,sans-serif;font-weight:700;white-space:yes;"> Description</h3> <details open style="color=#fff"><summary style="color=#fff"></summary>
<p class="description"><%-String(video.Description).replace(/\n/g, " <br> ")%> </p>
</div>
</details>
</div>
</div>
<div class="secondary">