mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Increase size of artist image
This commit is contained in:
parent
adea15ab93
commit
b9934799ec
1 changed files with 3 additions and 2 deletions
|
@ -35,12 +35,13 @@ const useStyles = makeStyles(
|
|||
flex: '1 0 auto',
|
||||
},
|
||||
cover: {
|
||||
width: 151,
|
||||
width: '12rem',
|
||||
height: '12rem',
|
||||
borderRadius: '6em',
|
||||
cursor: 'pointer',
|
||||
},
|
||||
artistImage: {
|
||||
maxHeight: '9.5rem',
|
||||
maxHeight: '12rem',
|
||||
backgroundColor: 'inherit',
|
||||
display: 'flex',
|
||||
boxShadow: 'none',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue