Improve video card display size for better visibility
Update netflix-grid.tsx to increase the width of video cards from 180px to 280px, enhancing visual presentation. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 890577b1-c154-40a4-a177-a0c6d55320c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/890577b1-c154-40a4-a177-a0c6d55320c3/2xHHKQn
This commit is contained in:
parent
92779c5828
commit
a51e45e7bc
BIN
attached_assets/image_1756757038249.png
Normal file
BIN
attached_assets/image_1756757038249.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
@ -278,7 +278,7 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate
|
||||
{category.videos.map((video, index) => (
|
||||
<div
|
||||
key={video.id}
|
||||
className="flex-shrink-0 w-[180px] relative group hover:z-30"
|
||||
className="flex-shrink-0 w-[280px] relative group hover:z-30"
|
||||
onMouseEnter={() => setClickedVideoId(video.id)}
|
||||
>
|
||||
{/* Top 10 Number overlay for first category */}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user