fix min-width of AlbumDetails

This commit is contained in:
Dnouv 2021-03-16 11:51:11 +05:30 committed by Joe Stump
parent ed6864984c
commit 0d00725fc6
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -25,7 +25,7 @@ const useStyles = makeStyles((theme) => ({
root: {
[theme.breakpoints.down('xs')]: {
padding: '0.7em',
minWidth: '24em',
minWidth: '20em',
},
[theme.breakpoints.up('sm')]: {
padding: '1em',