mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
💄 Update poster styling
This commit is contained in:
@@ -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={{
|
||||||
|
|||||||
Reference in New Issue
Block a user