mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 05:08:34 +01:00
new discover page :3
This commit is contained in:
parent
d06ac6a18e
commit
771eaeeb8a
1 changed files with 4 additions and 6 deletions
|
@ -413,12 +413,10 @@ border:solid;
|
|||
<div class="channel-page" >
|
||||
<audio id="audio" style="display:none;" loop autoplay></audio>
|
||||
|
||||
<img src="https://t.poketube.fun/t/rep.gif" style="width: 0;visibility: hidden;display:none;" id="discover_main">
|
||||
|
||||
|
||||
<h1 style="font-size: 2em;margin-left: auto;margin-right: auto;text-align: center;font-family: poketube flex;font-weight: 1000;font-stretch: ultra-expanded;color: #fff;margin-bottom: 7px;margin-top: 31px;">
|
||||
Discover Popular videos on poketube!
|
||||
</h1>
|
||||
Popular Videos On Poke :3 </h1>
|
||||
<% if (!tab) { %>
|
||||
|
||||
<div class="tabs tabs-center">
|
||||
|
@ -492,7 +490,7 @@ Discover Popular videos on poketube!
|
|||
|
||||
|
||||
|
||||
<div class="video-grid" style="border-radius:12px">
|
||||
<div class="video-grid" style="border-top-left-radius:2em;width: 80em;border-top-right-radius: 2em;border: solid 1px purple;">
|
||||
<% inv.forEach(x => { %>
|
||||
<a href="/watch?v=<%- x.videoId %>" class="video">
|
||||
<div class="thumbnail" style="background-image: url('/vi/<%= x.videoId %>/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBy_x4UUHLNDZtJtH0PXeQGoRFTgw');border-radius: 10px;"><span class="video-length"><%- turntomins(x.lengthSeconds) %></span></div>
|
||||
|
@ -506,7 +504,7 @@ Discover Popular videos on poketube!
|
|||
|
||||
|
||||
<% }) %>
|
||||
|
||||
<p>u reached the end.... :sob: </p>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue