mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
parent
01de7dd599
commit
8bf364945f
1 changed files with 8 additions and 6 deletions
|
@ -92,12 +92,14 @@ class AddNewArtistSearchResult extends Component {
|
||||||
{...linkProps}
|
{...linkProps}
|
||||||
>
|
>
|
||||||
{
|
{
|
||||||
!isSmallScreen &&
|
isSmallScreen ?
|
||||||
<ArtistPoster
|
null :
|
||||||
className={styles.poster}
|
<ArtistPoster
|
||||||
images={images}
|
className={styles.poster}
|
||||||
size={250}
|
images={images}
|
||||||
/>
|
size={250}
|
||||||
|
overflow={true}
|
||||||
|
/>
|
||||||
}
|
}
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue