adjust artist album columns

adjust album track number layout (again)
This commit is contained in:
Violet Caulfield
2025-01-04 09:53:27 -06:00
parent 7ad6e19872
commit aa062d436b
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ export default function Album(props: AlbumProps): React.JSX.Element {
paddingVertical={"$4"}
paddingHorizontal={"$1"}
>
<YStack justifyContent="flex-end" flex={1}>
<YStack justifyContent="flex-end" flex={2}>
<Text>{ track.IndexNumber?.toString() ?? "" }</Text>
</YStack>

View File

@@ -47,7 +47,7 @@ export default function Artist(props: ArtistProps): React.JSX.Element {
caption={album.Name}
subCaption={album.ProductionYear?.toString()}
marginHorizontal={10}
width={300 / columns}
width={350 / columns}
cornered
itemId={album.Id!}
onPress={() => {