From 1c7589d6c832776d4926a10387692608d993662f Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Tue, 2 Sep 2025 16:20:42 +0000 Subject: [PATCH] Improve video titles and descriptions for better readability on all devices Adjust text size for video titles and descriptions in VideoCard component for improved mobile and desktop display. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 2cd2c0bc-434c-4bc9-ad3f-b99d3897a0d1 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/2cd2c0bc-434c-4bc9-ad3f-b99d3897a0d1/4DOsXkx --- client/src/components/video-card.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/video-card.tsx b/client/src/components/video-card.tsx index af073c8..f88dfa9 100644 --- a/client/src/components/video-card.tsx +++ b/client/src/components/video-card.tsx @@ -294,10 +294,10 @@ export default function VideoCard({ video, onClick, className = "", hideOverlay {!showPreview && !hideOverlay && !(isMobile && isVideoPage) && (
-

+

{video.title.split(' - ')[0] || 'go4.video'}

-

+

{video.title.split(' - ')[1] || video.title}