feat: Episode carousel -> Episode grid

This commit is contained in:
Aleksi Lassila
2024-04-18 02:49:05 +03:00
parent c7b80060f2
commit d1a7b3b7e6
8 changed files with 196 additions and 31 deletions

View File

@@ -28,7 +28,7 @@
direction="horizontal"
class={classNames(
$$restProps.class,
'overflow-x-scroll scrollbar-hide relative p-1 overflow-y-visible'
'overflow-x-auto scrollbar-hide relative p-1 overflow-y-visible'
)}
style={`mask-image: linear-gradient(to right, transparent 0%, ${
fadeLeft ? '' : 'black 0%, '