fix(1811): player width on mobile (#536)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Mirlan 4 years ago
parent e9347c48cc
commit d1e44f01f5
  1. 2
      src/features/MatchPage/styled.tsx

@ -45,6 +45,7 @@ export const Container = styled.div`
${isMobileDevice ${isMobileDevice
? css` ? css`
width: 100%;
max-width: 100%; max-width: 100%;
margin-right: 0; margin-right: 0;
padding: 0; padding: 0;
@ -53,7 +54,6 @@ export const Container = styled.div`
@media screen and (orientation: landscape){ @media screen and (orientation: landscape){
display: block; display: block;
width: 100%;
margin-bottom: 0; margin-bottom: 0;
} }
` `

Loading…
Cancel
Save