Skip to content

Commit

Permalink
Limit Share player to 768 px (#2164)
Browse files Browse the repository at this point in the history
Signed-off-by: Kendall Garner <17521368+kgarner7@users.noreply.github.com>
  • Loading branch information
kgarner7 committed Feb 11, 2023
1 parent bb29ad3 commit 9e26867
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/src/SharePlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
},
})

Expand Down

0 comments on commit 9e26867

Please sign in to comment.