mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-07-04 03:22:51 +01:00
fix: padding
This commit is contained in:
@@ -246,7 +246,7 @@ const Page: React.FC = () => {
|
|||||||
className="p-2 border border-neutral-800 bg-neutral-900 rounded-xl"
|
className="p-2 border border-neutral-800 bg-neutral-900 rounded-xl"
|
||||||
details={details}
|
details={details}
|
||||||
/>
|
/>
|
||||||
<Cast className="px-4" details={details} />
|
<Cast details={details} />
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
</ParallaxScrollView>
|
</ParallaxScrollView>
|
||||||
|
|||||||
Reference in New Issue
Block a user