fix: design

This commit is contained in:
Fredrik Burmester
2025-10-06 10:16:56 +02:00
parent f28d6ca56d
commit 744c35d71c
2 changed files with 2 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ export default function page() {
</View> </View>
</View> </View>
)} )}
<ScrollView key={seasonIndex} className='px-4'> <ScrollView key={seasonIndex} style={{ paddingHorizontal: 16 }}>
{groupBySeason.map((episode, index) => ( {groupBySeason.map((episode, index) => (
<EpisodeCard key={index} item={episode} /> <EpisodeCard key={index} item={episode} />
))} ))}

View File

@@ -69,7 +69,7 @@ const ContinueWatchingPoster: React.FC<ContinueWatchingPosterProps> = ({
return ( return (
<View <View
className={` className={`
relative w-44 aspect-video rounded-lg overflow-hidden border border-neutral-800 relative w-44 aspect-video rounded-xl overflow-hidden border border-neutral-800
${size === "small" ? "w-32" : "w-44"} ${size === "small" ? "w-32" : "w-44"}
`} `}
> >