mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:58:24 +01:00
Update poketube-mobile.ejs
This commit is contained in:
parent
aba79c0adf
commit
7c027de5e5
1 changed files with 8 additions and 2 deletions
|
@ -184,7 +184,7 @@ summary:hover{
|
||||||
</video>
|
</video>
|
||||||
</div>
|
</div>
|
||||||
<div class="video-info">
|
<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">
|
<div class="video-info-bar">
|
||||||
<%=engagement.viewCount.toLocaleString()%> Total views - Uploaded on <%=date%> ^^
|
<%=engagement.viewCount.toLocaleString()%> Total views - Uploaded on <%=date%> ^^
|
||||||
<div class="divider"></div>
|
<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>
|
<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>
|
||||||
<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>
|
</div>
|
||||||
<div class="secondary">
|
<div class="secondary">
|
||||||
|
|
Loading…
Reference in a new issue