💄 Update poster styling

This commit is contained in:
ajnart
2022-05-25 18:26:13 +02:00
parent 3f2aa50f85
commit 4026d0b6be

View File

@@ -32,19 +32,20 @@ function MediaDisplay(props: { media: IMedia }) {
height={400} height={400}
/> />
)} )}
<Group direction="row"> <Group direction="column">
<Title order={3}>{media.title}</Title> <Group style={{ minWidth: 400 }}>
{media.imdbId && ( <Title order={3}>{media.title}</Title>
<Anchor {media.imdbId && (
href={`https://www.imdb.com/title/${media.imdbId}`} <Anchor
target="_blank" href={`https://www.imdb.com/title/${media.imdbId}`}
rel="noopener noreferrer" target="_blank"
> >
<ActionIcon> <ActionIcon>
<Link /> <Link />
</ActionIcon> </ActionIcon>
</Anchor> </Anchor>
)} )}
</Group>
{media.artist && ( {media.artist && (
<Text <Text
style={{ style={{