mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-02 00:19:32 -05:00
fix albums on artist page being cut off
This commit is contained in:
@@ -46,7 +46,7 @@ export default function Album(props: AlbumProps): React.JSX.Element {
|
||||
return (
|
||||
<SafeAreaView edges={["right", "left"]}>
|
||||
<ScrollView contentInsetAdjustmentBehavior="automatic">
|
||||
<YStack alignItems="center" minHeight={width / 1.1}>
|
||||
<YStack justifyContent="center" minHeight={width / 1.1}>
|
||||
<CachedImage
|
||||
source={getImageApi(Client.api!)
|
||||
.getItemImageUrlById(
|
||||
|
||||
Reference in New Issue
Block a user