From 37c3d92b0e4605cdfee29ed011450860f3faf348 Mon Sep 17 00:00:00 2001 From: Ashley //// Date: Thu, 1 Feb 2024 16:50:07 +0000 Subject: [PATCH] fix mobile :3 --- html/poketube.ejs | 43 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 823f3f5..d733fc1 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -2129,6 +2129,10 @@ fetch(statsurl + "?browser=" + encodedBrowserName) text-decoration:underline; font-weight:bold } + + .video a { + text-decoration:none !important; +} summary{ color:gray; } @@ -2943,7 +2947,10 @@ More Epic options owo~ <% if (!f) { %> - <% inv_vid?.recommendedVideos.forEach(x => { %> + +<% if (inv_vid.recommendedVideos) { %> + +<% inv_vid?.recommendedVideos.forEach(x => { %>
<% if (!optout) { %><%- turntomins(x.lengthSeconds) || "LIVE"%><% } %><% if (optout) { %><%- x.duration || "LIVE"%><% } %>
@@ -2958,7 +2965,7 @@ More Epic options owo~ <% } %>
- + <%=x.author %>
@@ -2969,7 +2976,39 @@ More Epic options owo~
<% }) %> + + + <% } %> + <% } %> + + <% if (inv_vid.recommendedVideos.length < 1) { %> + <% channel_uploads.latestVideos.forEach(x => { %> + + <% }) %> + <% } %> + <% if (f) { %>