mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-05-31 11:08:26 +01:00
fix: design
This commit is contained in:
@@ -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} />
|
||||||
))}
|
))}
|
||||||
|
|||||||
@@ -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"}
|
||||||
`}
|
`}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user