mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-03 05:25:28 +00:00
no log: Remove item overview fallback image poster
This commit is contained in:
parent
88f5d1c7b6
commit
f424c21628
1 changed files with 1 additions and 6 deletions
|
@ -142,12 +142,7 @@ const ItemOverview: FunctionComponent<Props> = (props) => {
|
|||
}}
|
||||
>
|
||||
<Grid.Col span={3} visibleFrom="sm">
|
||||
<Image
|
||||
src={item?.poster}
|
||||
mx="auto"
|
||||
maw="250px"
|
||||
fallbackSrc="https://placehold.co/250x250?text=Placeholder"
|
||||
></Image>
|
||||
<Image src={item?.poster} mx="auto" maw="250px"></Image>
|
||||
</Grid.Col>
|
||||
<Grid.Col span={8} maw="100%" style={{ overflow: "hidden" }}>
|
||||
<Stack align="flex-start" gap="xs" mx={6}>
|
||||
|
|
Loading…
Reference in a new issue