From 72a9cad77a11e61bdf1da069702a997268a14e6c Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 4 Sep 2022 23:08:02 +0200 Subject: [PATCH] improvments --- html/poketube.ejs | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 258d6d04..5469bd1a 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -853,7 +853,12 @@ summary:hover{ overflow-x: hidden; /* Hide horizontal scrollbar */ color:#111111 } - + html, body { + overflow-x: hidden; +} +body { + position: relative +} .animated { -webkit-animation-duration: 10s; animation-duration: 10s; @@ -1278,24 +1283,27 @@ a{

Description

-
- +

<%-String(video.Description).replace(/\n/g, "
")%>

- - +
Comments
+ <% if (!video.Channel.Name.endsWith(' - Topic')) { %>

theres <%=comments%> total comments rigth now on this video. view em on invidious

- + <% } %> + <% if (video.Channel.Name.endsWith(' - Topic')) { %> + disabled for topic channels <% } %> +
+