fix(#2404): fixed height list of packages

keep-around/f296ae18ab866f61509e987f2db0076d9c554ba4
Rakov Roman 4 years ago
parent 9783d62e73
commit f296ae18ab
  1. 3
      src/features/BuyMatchPopup/components/PackagesList/styled.tsx

@ -11,7 +11,6 @@ import {
export const List = styled.ul`
width: 100%;
height: 460px;
overflow-y: auto;
margin-top: 25px;
padding: 0 40px;
@ -33,11 +32,9 @@ export const List = styled.ul`
${isMobileDevice
? css`
padding: 0;
height: 180px;
margin-top: 19px;
@media screen and (orientation: landscape){
margin-top: 10px;
height: 166px;
}
`
: ''};

Loading…
Cancel
Save