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

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

@ -45,15 +45,15 @@ 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;
margin-bottom: 15px; margin-bottom: 15px;
min-height: 32vh; min-height: 32vh;
@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