mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
empty poster removed from mobile view in details
This commit is contained in:
@@ -47,15 +47,13 @@ export const Poster = styled.div`
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 840px) {
|
@media (max-width: 840px) {
|
||||||
height: 200px;
|
${poster
|
||||||
|
? css`
|
||||||
${!poster &&
|
height: 200px;
|
||||||
css`
|
`
|
||||||
width: 150px;
|
: css`
|
||||||
svg {
|
display: none;
|
||||||
transform: translateY(-3px);
|
`}
|
||||||
}
|
|
||||||
`}
|
|
||||||
}
|
}
|
||||||
`}
|
`}
|
||||||
`
|
`
|
||||||
|
|||||||
Reference in New Issue
Block a user