From 29addea6ecf0db3250243548a8627a685f6d391b Mon Sep 17 00:00:00 2001 From: PolyakovaM Date: Tue, 2 Aug 2022 12:04:23 +0300 Subject: [PATCH] feat(ott-2630): match layout fixed --- src/features/StreamPlayer/styled.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/StreamPlayer/styled.tsx b/src/features/StreamPlayer/styled.tsx index ce292d54..68405e93 100644 --- a/src/features/StreamPlayer/styled.tsx +++ b/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` width: 100%;