diff --git a/client/src/components/video-card.tsx b/client/src/components/video-card.tsx index 2e82bb3..b64a114 100644 --- a/client/src/components/video-card.tsx +++ b/client/src/components/video-card.tsx @@ -195,11 +195,16 @@ export default function VideoCard({ video, onClick, className = "" }: VideoCardP {/* Video scrubbing progress bar - only show during preview */} {duration > 0 && ( -