Improve visibility of carousel indicators on video grids
Update the size and scale of carousel indicators in the Netflix grid component to enhance user visibility. 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:
parent
3722642531
commit
c0b08f13fa
@ -404,11 +404,11 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate
|
|||||||
: 'bg-white/15 hover:bg-white/25'
|
: 'bg-white/15 hover:bg-white/25'
|
||||||
}`}
|
}`}
|
||||||
style={{
|
style={{
|
||||||
width: '1.5px',
|
width: '4px',
|
||||||
height: '1.5px',
|
height: '4px',
|
||||||
minWidth: '1.5px',
|
minWidth: '4px',
|
||||||
minHeight: '1.5px',
|
minHeight: '4px',
|
||||||
transform: index === currentIndex ? 'scale(1.5)' : 'scale(1)'
|
transform: index === currentIndex ? 'scale(1.3)' : 'scale(1)'
|
||||||
}}
|
}}
|
||||||
aria-label={`Go to card ${index + 1}`}
|
aria-label={`Go to card ${index + 1}`}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user