|
|
|
@ -95,6 +95,8 @@ export const ContentWrapper = styled.div` |
|
|
|
${isMobileDevice |
|
|
|
${isMobileDevice |
|
|
|
? css` |
|
|
|
? css` |
|
|
|
margin-top: 10px; |
|
|
|
margin-top: 10px; |
|
|
|
|
|
|
|
min-height: 100vh; |
|
|
|
|
|
|
|
overflow-y: auto; |
|
|
|
@media (orientation: landscape){ |
|
|
|
@media (orientation: landscape){ |
|
|
|
margin-top: 0; |
|
|
|
margin-top: 0; |
|
|
|
padding-left: 28px; |
|
|
|
padding-left: 28px; |
|
|
|
@ -129,6 +131,9 @@ export const Body = styled.div` |
|
|
|
${isMobileDevice |
|
|
|
${isMobileDevice |
|
|
|
? css` |
|
|
|
? css` |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
|
|
|
|
overflow-y: auto; |
|
|
|
|
|
|
|
min-height: 100vh; |
|
|
|
|
|
|
|
|
|
|
|
@media (orientation: landscape){ |
|
|
|
@media (orientation: landscape){ |
|
|
|
flex-direction: row; |
|
|
|
flex-direction: row; |
|
|
|
height: auto; |
|
|
|
height: auto; |
|
|
|
|