diff --git a/attached_assets/image_1756565296993.png b/attached_assets/image_1756565296993.png new file mode 100644 index 0000000..bb820dd Binary files /dev/null and b/attached_assets/image_1756565296993.png differ diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx index 5ac3351..0cf4886 100644 --- a/client/src/components/netflix-grid.tsx +++ b/client/src/components/netflix-grid.tsx @@ -226,7 +226,7 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate {/* Scrollable video row - true edge to edge */}
{category.videos.map((video, index) => ( diff --git a/client/src/components/video-card.tsx b/client/src/components/video-card.tsx index 4c0c839..3bd3a8e 100644 --- a/client/src/components/video-card.tsx +++ b/client/src/components/video-card.tsx @@ -212,12 +212,12 @@ export default function VideoCard({ video, onClick, className = "" }: VideoCardP {/* Title overlay - only show when not playing preview */} {!showPreview && ( -
-
{video.title}
-
- {formatViews(video.views)} - - {formatDate(video.createdAt)} +
+
{video.title}
+
+ {formatViews(video.views)} + + {formatDate(video.createdAt)}
)}