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