From 7ddcc0d7a57ca0d1f6652d3481a3cfa349328547 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Tue, 2 Sep 2025 16:24:40 +0000 Subject: [PATCH] Improve visibility of top videos with larger numbers Adjust the font size for the "Meist Angesehen" category overlay in the netflix-grid component to improve visibility of the top videos. 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/netflix-grid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx index aaa8086..5c8f618 100644 --- a/client/src/components/netflix-grid.tsx +++ b/client/src/components/netflix-grid.tsx @@ -297,7 +297,7 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate > {/* Top 10 Number overlay for first category */} {category.title.includes("Meist Angesehen") && index < 10 && clickedVideoId !== video.id && ( -