From 0a75113a5f45d29424aac42a71de4f929bc8cb94 Mon Sep 17 00:00:00 2001 From: ashley Date: Mon, 8 Sep 2025 16:03:58 +0200 Subject: [PATCH] fix mobile banners finaly! --- html/channel.ejs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/html/channel.ejs b/html/channel.ejs index c235cdae..469f67e5 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -984,10 +984,9 @@ white-space: nowrap;text-decoration: none;" href="/feeds/videos.xml?channel_id=< <% } %> <% if (isMobile) { %>
+ <% if (cinv.authorBanners) { %> - <% if (j.Channel?.Metadata.Banners.Thumbnail) { %> - - + <% } %> @@ -1019,7 +1018,7 @@ width: fit-content;

<%-getFirstLine(cinv.description)%> - +..more