feat: optimize VideoCard

This commit is contained in:
shinya
2025-07-11 12:56:43 +08:00
parent 6817ada00a
commit 2b053fb987
2 changed files with 27 additions and 32 deletions

View File

@@ -102,7 +102,7 @@ export default function ScrollableRow({
>
<div
ref={containerRef}
className='flex space-x-6 overflow-x-auto scrollbar-hide py-2 sm:py-4 pb-12 sm:pb-14'
className='flex space-x-6 overflow-x-auto scrollbar-hide py-1 sm:py-2 pb-12 sm:pb-14'
onScroll={checkScroll}
>
{children}