From 1b6643c29242cb725c91ab588e3e8ecae08ff8b9 Mon Sep 17 00:00:00 2001 From: ashley Date: Thu, 9 Oct 2025 09:14:09 +0200 Subject: [PATCH] make the border radius of the video thumbnail same as the watch page --- html/channel.ejs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/html/channel.ejs b/html/channel.ejs index e13729bf..f77c9d10 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -1457,7 +1457,7 @@ function authorVerifiedChecker4000() { <% tj.videos.forEach (x => { %> -
<%- turntomins(x.lengthSeconds) %>
+
<%- turntomins(x.lengthSeconds) %>
<%- x.title %> @@ -1550,7 +1550,7 @@ function authorVerifiedChecker4000() { width: 100%; aspect-ratio: 9/16; object-fit: cover; - border-radius: 10px; + border-radius: 9.5px; } .shorts-video { display: block; @@ -1616,7 +1616,7 @@ function authorVerifiedChecker4000() { <% stream.videos.forEach (x => { %> -
<%- turntomins(x.lengthSeconds) %>
+
<%- turntomins(x.lengthSeconds) %>