mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 17:37:51 +01:00
new lite stuff :3
This commit is contained in:
parent
f47e0aef2d
commit
114313fd34
1 changed files with 6 additions and 7 deletions
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html class="poketube_desktop_player" version="browser_web">
|
<html class="poketube_desktop_player" version="browser_web_lite">
|
||||||
<head>
|
<head>
|
||||||
<% if (e === false) { %>
|
<% if (e === false) { %>
|
||||||
<!-- MetaTag disabled -->
|
<!-- MetaTag disabled -->
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
div{
|
div{
|
||||||
font-family:sans-serif !important;
|
font-family:ubuntu !important;
|
||||||
border-style:none !important;
|
border-style:none !important;
|
||||||
border-radius:15px !important
|
border-radius:15px !important
|
||||||
}
|
}
|
||||||
|
@ -253,7 +253,6 @@ background: none !important;
|
||||||
<link href="https://fonts.poketube.fun/css/fonts.css" rel=stylesheet>
|
<link href="https://fonts.poketube.fun/css/fonts.css" rel=stylesheet>
|
||||||
<link href="/css/watch-navbar.css?v=56" rel=stylesheet>
|
<link href="/css/watch-navbar.css?v=56" rel=stylesheet>
|
||||||
<link href="/css/poketube.css?v=56" rel=stylesheet>
|
<link href="/css/poketube.css?v=56" rel=stylesheet>
|
||||||
<link href="/css/poketube-responsive.css?v=56" rel=stylesheet>
|
|
||||||
|
|
||||||
<!-- ICONS -->
|
<!-- ICONS -->
|
||||||
|
|
||||||
|
@ -346,7 +345,7 @@ background: none !important;
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<div class="video-info" >
|
<div class="video-info" >
|
||||||
<div class="video-info-panel gradient">
|
<div class="video-info-panel">
|
||||||
<div class="video-title" style="font-family:Inter;font-weight:bold;line-break: auto;max-width: max-content;margin: 0;margin-bottom: 0;padding: 0;" title="<%=video.Title%>"><%=video.Title%> </div>
|
<div class="video-title" style="font-family:Inter;font-weight:bold;line-break: auto;max-width: max-content;margin: 0;margin-bottom: 0;padding: 0;" title="<%=video.Title%>"><%=video.Title%> </div>
|
||||||
|
|
||||||
<a href="#metadata" style="font-weight: bolder;font-family: sans-serif;color: #fff;font-size: small;"> <%=convert(engagement.viewCount)%> Views - By <%=video.Channel.Name%></a>
|
<a href="#metadata" style="font-weight: bolder;font-family: sans-serif;color: #fff;font-size: small;"> <%=convert(engagement.viewCount)%> Views - By <%=video.Channel.Name%></a>
|
||||||
|
@ -371,7 +370,7 @@ background: none !important;
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<a href="/download?v=<%=video.id%>" style="text-align: center;font-size: x-large;margin: 9px;">
|
<a href="https://tube.kuylar.dev/proxy/media/<%=video.id%>/18" style="text-align: center;font-size: x-large;margin: 9px;">
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<i class="fa-light fa-download"></i>
|
<i class="fa-light fa-download"></i>
|
||||||
|
@ -567,7 +566,7 @@ background: none !important;
|
||||||
<a href="/lite?v=<%= x.id %>&t=f" class="title max-lines-2" title="<%= x.Title %>" style="font-stretch: 100%;font-weight: 800;"><%= x.Title %></a>
|
<a href="/lite?v=<%= x.id %>&t=f" class="title max-lines-2" title="<%= x.Title %>" style="font-stretch: 100%;font-weight: 800;"><%= x.Title %></a>
|
||||||
<% } %>
|
<% } %>
|
||||||
<div>
|
<div>
|
||||||
<a class="max-lines-2" href="/channel?id=<%= x.Channel.id %>"><%=x.Channel.Name %></a>
|
<a class="max-lines-2" href="/channel?id=<%= x.Channel.id %>" style="-webkit-line-clamp: 1;width: 12em;word-wrap: break-word;"><%=x.Channel.Name %></a>
|
||||||
<div class="video-views"> <%= x.uploadedAt %> • <%= convert(x.views) %> views </div>
|
<div class="video-views"> <%= x.uploadedAt %> • <%= convert(x.views) %> views </div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue