mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 20:57:48 +01:00
new shorts page :3
This commit is contained in:
parent
2e49cd114c
commit
da39c8ca28
1 changed files with 22 additions and 7 deletions
|
@ -323,6 +323,17 @@ text-transform:uppercase;
|
|||
padding: 16px;
|
||||
max-inline-size: 164ch;
|
||||
justify-content: space-around;
|
||||
}
|
||||
.s{
|
||||
width: 23em;
|
||||
margin: auto;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
margin-left: -3.5em;
|
||||
margin-right: -79px;
|
||||
}
|
||||
.shorts-title{
|
||||
font-family:PokeTube flex,sans-serif;font-weight: 1000;font-stretch: ultra-expanded;position: absolute;margin-top: -43px;background: #0009;white-space: -moz-pre-wrap !important;white-space: -pre-wrap;white-space: -o-pre-wrap;white-space: pre-wrap;word-wrap: break-word;white-space: -webkit-pre-wrap;word-break: break-all;white-space: normal;width: 12.87em;margin-left: 145px;
|
||||
}
|
||||
.channel-page .video-grid {
|
||||
background-color: black;
|
||||
|
@ -450,6 +461,7 @@ text-transform:uppercase;
|
|||
background-color:#111
|
||||
}
|
||||
|
||||
|
||||
.subscribe-button:hover {
|
||||
text-decoration: none !important;
|
||||
background: #f2ebeb !important;
|
||||
|
@ -897,18 +909,21 @@ width: fit-content;
|
|||
<% } %>
|
||||
|
||||
|
||||
<div class="video-grid" >
|
||||
<div class="video-grid" style="max-inline-size: 92em !important;
|
||||
margin-left: 8em;" >
|
||||
|
||||
|
||||
<% if (Array.isArray( shorts.videos)) { %>
|
||||
|
||||
<% shorts.videos.forEach (x => { %>
|
||||
<a href="/watch?v=<%- x.videoId %>" class="video">
|
||||
<div class="thumbnail" style="background-image: url('https://p.poketube.fun/https://i.ytimg.com/vi/<%= x.videoId %>/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBy_x4UUHLNDZtJtH0PXeQGoRFTgw');border-radius: 10px;"><span class="video-length"><%- turntomins(x.lengthSeconds) %></span></div>
|
||||
<div class="info">
|
||||
<span class="title max-lines-2" style="font-family:PokeTube flex,sans-serif;font-weight: 1000;font-stretch: ultra-expanded;"><%- x.title %></span>
|
||||
|
||||
</div>
|
||||
<a href="/shorts/<%- x.videoId %>" class="s" >
|
||||
<img load="lazy" src='https://p.poketube.fun/https://i.ytimg.com/vi/<%= x.videoId %>/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBy_x4UUHLNDZtJtH0PXeQGoRFTgw' style="border-radius: 10px;width: 31em;object-fit: cover;aspect-ratio: 19/9;height: 20em;object-position: 101% 51%;clip-path: inset(2px 139px);">
|
||||
|
||||
|
||||
|
||||
<span class="title max-lines-2 shorts-title"><%- x.title %></span>
|
||||
|
||||
</a>
|
||||
<% }) %>
|
||||
<% } %>
|
||||
|
|
Loading…
Reference in a new issue