feat: fine tune album art image size. better, but still not ideal

This commit is contained in:
Deluan
2020-04-01 09:09:51 -04:00
parent 13a3d38e4f
commit a35636999d
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ const useStyles = makeStyles((theme) => ({
},
cover: {
display: 'inline-block',
maxWidth: '100%',
height: 'auto'
width: '100%',
height: '100%'
},
tileBar: {
textAlign: 'center',