Adjust carousel dot sizes and scaling for better visual consistency

Update the size and scaling of carousel navigation dots in the Netflix grid component.

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/OdlP8Wj
This commit is contained in:
sebastjanartic 2025-09-03 08:29:46 +00:00
parent ae64f1e4bf
commit 9ab2966a7b

View File

@ -404,11 +404,11 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate
: 'bg-white/15 hover:bg-white/25'
}`}
style={{
width: '16px',
height: '16px',
minWidth: '16px',
minHeight: '16px',
transform: index === currentIndex ? 'scale(1.2)' : 'scale(1)'
width: '8px',
height: '8px',
minWidth: '8px',
minHeight: '8px',
transform: index === currentIndex ? 'scale(1.25)' : 'scale(1)'
}}
aria-label={`Go to card ${index + 1}`}
/>