mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-07 03:20:19 -06:00
adjust artist album columns
adjust album track number layout (again)
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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={() => {
|
||||
|
||||
Reference in New Issue
Block a user