mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
Increase size of artist image
This commit is contained in:
parent
e19cdb100f
commit
eae9b71e6b
@ -35,12 +35,13 @@ const useStyles = makeStyles(
|
|||||||
flex: '1 0 auto',
|
flex: '1 0 auto',
|
||||||
},
|
},
|
||||||
cover: {
|
cover: {
|
||||||
width: 151,
|
width: '12rem',
|
||||||
|
height: '12rem',
|
||||||
borderRadius: '6em',
|
borderRadius: '6em',
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
},
|
},
|
||||||
artistImage: {
|
artistImage: {
|
||||||
maxHeight: '9.5rem',
|
maxHeight: '12rem',
|
||||||
backgroundColor: 'inherit',
|
backgroundColor: 'inherit',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
boxShadow: 'none',
|
boxShadow: 'none',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user