1
Fork 0

new lite stuff :3

This commit is contained in:
Ashley 2023-02-01 20:19:39 +00:00
parent b9a992a537
commit eb1a08db5c

View file

@ -20,7 +20,7 @@
-->
<!DOCTYPE html>
<html class="poketube_desktop_player" version="browser_web">
<html class="poketube_desktop_player" version="browser_web_lite">
<head>
<% if (e === false) { %>
<!-- MetaTag disabled -->
@ -55,7 +55,7 @@
}
div{
font-family:sans-serif !important;
font-family:ubuntu !important;
border-style:none !important;
border-radius:15px !important
}
@ -253,8 +253,7 @@ background: none !important;
<link href="https://fonts.poketube.fun/css/fonts.css" 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-responsive.css?v=56" rel=stylesheet>
<!-- ICONS -->
<link href=https://p.poketube.fun/https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
@ -346,7 +345,7 @@ background: none !important;
</div>
<br>
<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>
<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>
</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>
<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>
<% } %>
<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>
</div>