Fix aspect ratio for non-square album art.

This commit is contained in:
Jason Walton
2020-11-22 11:13:38 -05:00
committed by Deluan Quintão
parent 3996764486
commit 69b2fe92f5
2 changed files with 11 additions and 1 deletions
+1
View File
@@ -77,6 +77,7 @@ const useCoverStyles = makeStyles({
cover: {
display: 'inline-block',
width: '100%',
'object-fit': 'contain',
height: (props) => props.height,
},
})