mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-25 20:39:23 -05:00
fix blurhash covering album page
This commit is contained in:
@@ -43,7 +43,6 @@ export default function BlurhashedImage({
|
||||
/>
|
||||
) : blurhash && (
|
||||
<Blurhash blurhash={blurhash!} style={{
|
||||
flex: 1,
|
||||
height: height ?? width,
|
||||
width: width,
|
||||
borderRadius: cornered ? 2 : 25
|
||||
|
||||
Reference in New Issue
Block a user