feat(in-337): player width fix #93

Merged
andrey.dekterev merged 1 commits from IN-337-videoplayer-width-fix into develop 3 years ago
  1. 1
      src/features/MatchPage/styled.tsx

@ -28,7 +28,6 @@ export const Wrapper = styled.div`
export const Container = styled.div` export const Container = styled.div`
width: 100%; width: 100%;
max-width: 2090px;
max-height: 896px; max-height: 896px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;

Loading…
Cancel
Save