mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:58:24 +01:00
new header pog
This commit is contained in:
parent
bee2fac8bf
commit
671d0075df
1 changed files with 4 additions and 2 deletions
|
@ -200,7 +200,9 @@ border-radius: 16px;
|
|||
}
|
||||
|
||||
.app{
|
||||
background-image:url("https://p.poketube.fun/https://cdn.glitch.global/5d35aeaf-2df2-4f2f-a4b7-b486694c329b/189cce97-1473-45fc-836f-e797aa466947.image.png?v=1660302885467")
|
||||
background-image:url("/css/head.svg");
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
/* nice classname am i rigth */
|
||||
|
@ -283,7 +285,7 @@ border-radius: 16px;
|
|||
|
||||
<img src="https://t.poketube.fun/t/rep.gif" style="width: 0;visibility: hidden;" id="discover_main">
|
||||
|
||||
<div class="video-title" style="font-family:'Ginto nord';font-weight:900;white-space:nowrap;font-size: xxx-large;">Discover Trend Videos</div>
|
||||
<div class="video-title" style="font-family:'Ginto nord';font-weight:900;white-space:nowrap;font-size: xxx-large;">Discover</div>
|
||||
<div class="video-grid">
|
||||
<% k.Explore.Videos.ItemSection[3].Shelf.Items.Video.forEach(x => { %>
|
||||
<a href="/watch?v=<%- x.id %>" class="video">
|
||||
|
|
Loading…
Reference in a new issue