mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-14 03:07:24 +03:00
fix min-width of AlbumDetails
This commit is contained in:
parent
5488a829c7
commit
b62c270b7f
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user