mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-07 14:38:35 +01:00
fix: padding
This commit is contained in:
@@ -282,15 +282,15 @@ const page: React.FC = () => {
|
|||||||
selected={selectedSubtitleStream}
|
selected={selectedSubtitleStream}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
<View className="flex flex-row items-center justify-between space-x-2 w-full">
|
<View className="flex flex-row items-center justify-between w-full">
|
||||||
<NextEpisodeButton item={item} type="previous" />
|
<NextEpisodeButton item={item} type="previous" className="mr-2" />
|
||||||
<PlayButton
|
<PlayButton
|
||||||
item={item}
|
item={item}
|
||||||
chromecastReady={false}
|
chromecastReady={false}
|
||||||
onPress={onPressPlay}
|
onPress={onPressPlay}
|
||||||
className="grow"
|
className="grow"
|
||||||
/>
|
/>
|
||||||
<NextEpisodeButton item={item} />
|
<NextEpisodeButton item={item} className="ml-2" />
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
<ScrollView horizontal className="flex px-4 mb-4">
|
<ScrollView horizontal className="flex px-4 mb-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user