💄 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">
<Group style={{ minWidth: 400 }}>
<Title order={3}>{media.title}</Title> <Title order={3}>{media.title}</Title>
{media.imdbId && ( {media.imdbId && (
<Anchor <Anchor
href={`https://www.imdb.com/title/${media.imdbId}`} href={`https://www.imdb.com/title/${media.imdbId}`}
target="_blank" target="_blank"
rel="noopener noreferrer"
> >
<ActionIcon> <ActionIcon>
<Link /> <Link />
</ActionIcon> </ActionIcon>
</Anchor> </Anchor>
)} )}
</Group>
{media.artist && ( {media.artist && (
<Text <Text
style={{ style={{