feat: fine tune album art image size. better, but still not ideal
This commit is contained in:
@@ -33,8 +33,8 @@ const useStyles = makeStyles((theme) => ({
|
||||
},
|
||||
cover: {
|
||||
display: 'inline-block',
|
||||
maxWidth: '100%',
|
||||
height: 'auto'
|
||||
width: '100%',
|
||||
height: '100%'
|
||||
},
|
||||
tileBar: {
|
||||
textAlign: 'center',
|
||||
|
||||
Reference in New Issue
Block a user