empty poster removed from mobile view in details

This commit is contained in:
Daniel Shleifman
2021-06-04 22:00:16 +03:00
parent d8e1767dc1
commit 5a881836cb

View File

@@ -47,14 +47,12 @@ export const Poster = styled.div`
} }
@media (max-width: 840px) { @media (max-width: 840px) {
${poster
? css`
height: 200px; height: 200px;
`
${!poster && : css`
css` display: none;
width: 150px;
svg {
transform: translateY(-3px);
}
`} `}
} }
`} `}