feat(ott-2630): match layout fixed

keep-around/29addea6ecf0db3250243548a8627a685f6d391b
PolyakovaM 3 years ago
parent df28d8351d
commit 29addea6ec
  1. 2
      src/features/StreamPlayer/styled.tsx

@ -94,7 +94,7 @@ export const ControlsGroup = styled.div`
: ''};
`
const supportsAspectRatio = CSS.supports('aspect-ratio', '16 / 9')
const supportsAspectRatio = CSS.supports('aspect-ratio', '16 / 9') && isMobileDevice
export const PlayerWrapper = styled.div<PlayStopProps>`
width: 100%;

Loading…
Cancel
Save