mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
fix DownloadItem show title row styling
This commit is contained in:
@@ -100,9 +100,14 @@ export function DownloadItem(props: DownloadItemProps) {
|
||||
height="100%"
|
||||
/>
|
||||
</View>
|
||||
<YStack gap="$2">
|
||||
<XStack gap="$6" maxWidth="65%">
|
||||
<Text fontWeight="$bold" ellipse flexGrow={1}>
|
||||
<YStack gap="$2" flex={1}>
|
||||
<XStack justifyContent="space-between" alignItems="center">
|
||||
<Text
|
||||
fontWeight="$bold"
|
||||
numberOfLines={1}
|
||||
ellipsizeMode="tail"
|
||||
flex={1}
|
||||
>
|
||||
{props.item.media.type === "show" &&
|
||||
`${mapSeasonAndEpisodeNumberToText(
|
||||
props.item.media.season.number,
|
||||
|
Reference in New Issue
Block a user