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,14 +47,12 @@ export const Poster = styled.div`
|
||||
}
|
||||
|
||||
@media (max-width: 840px) {
|
||||
${poster
|
||||
? css`
|
||||
height: 200px;
|
||||
|
||||
${!poster &&
|
||||
css`
|
||||
width: 150px;
|
||||
svg {
|
||||
transform: translateY(-3px);
|
||||
}
|
||||
`
|
||||
: css`
|
||||
display: none;
|
||||
`}
|
||||
}
|
||||
`}
|
||||
|
||||
Reference in New Issue
Block a user