mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-21 19:28:59 -06:00
fix album height issue
This commit is contained in:
@@ -31,7 +31,7 @@ export default function Album(props: AlbumProps): React.JSX.Element {
|
||||
return (
|
||||
<SafeAreaView edges={["right", "left"]}>
|
||||
<ScrollView contentInsetAdjustmentBehavior="automatic">
|
||||
<YStack alignItems="center">
|
||||
<YStack alignItems="center" minHeight={width / 1.1}>
|
||||
<CachedImage
|
||||
source={getImageApi(apiClient!)
|
||||
.getItemImageUrlById(
|
||||
|
||||
Reference in New Issue
Block a user