From db23dd732b57e16fc932980701673e20205d2508 Mon Sep 17 00:00:00 2001 From: Wanfung Chu Date: Tue, 30 Jun 2026 11:17:18 +0800 Subject: [PATCH 1/2] style: video card --- components/search/VideoCard.tsx | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/components/search/VideoCard.tsx b/components/search/VideoCard.tsx index d658b5a..d8b02ce 100644 --- a/components/search/VideoCard.tsx +++ b/components/search/VideoCard.tsx @@ -97,20 +97,12 @@ export const VideoCard = memo(({
{video.sourceName && ( - + {video.sourceName} )} - {video.type_name && ( - - {video.type_name} - - )}
- {displayLatency !== undefined && ( - - )}
{/* Favorite Button - Top Right */} @@ -179,6 +171,9 @@ export const VideoCard = memo(({ ... ) : null} + {displayLatency !== undefined && ( + + )} {video.vod_lang && (

From 5d17c72b3f31d623c6480fcce7d0a2b5fafda9b6 Mon Sep 17 00:00:00 2001 From: Wanfung Chu Date: Tue, 30 Jun 2026 11:35:44 +0800 Subject: [PATCH 2/2] style: set video card badge width 100% --- components/search/VideoCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/search/VideoCard.tsx b/components/search/VideoCard.tsx index d8b02ce..22b64ad 100644 --- a/components/search/VideoCard.tsx +++ b/components/search/VideoCard.tsx @@ -97,7 +97,7 @@ export const VideoCard = memo(({

{video.sourceName && ( - + {video.sourceName} )}