Skip to content

Commit

Permalink
Fix video player on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
WRadoslaw committed Nov 13, 2023
1 parent c0cb683 commit be2432d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const getPlayerWrapperCinematicStyles = ({ cinematicView }: CinematicView) =>
`

export const PlayerWrapper = styled(LayoutGrid)<CinematicView>`
width: inherit;
${getPlayerWrapperCinematicStyles};
`

Expand Down

0 comments on commit be2432d

Please sign in to comment.