mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Limit Share player to 768 px (#2164)
Signed-off-by: Kendall Garner <17521368+kgarner7@users.noreply.github.com>
This commit is contained in:
parent
bb29ad3b12
commit
9e268678f2
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ const useStyle = makeStyles({
|
|||
pointerEvents: (props) => props.single && 'none',
|
||||
opacity: (props) => props.single && 0.65,
|
||||
},
|
||||
'& .react-jinke-music-player-mobile': {
|
||||
maxWidth: 768,
|
||||
margin: 'auto',
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue