fix(#2404): fixed height list of packages

keep-around/49421ef270f6d67c86f926015010441ace831522
Rakov Roman 4 years ago
parent 1e7b0304af
commit 04bda0229e
  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