mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-03-26 07:16:29 +00:00
@@ -92,12 +92,14 @@ class AddNewArtistSearchResult extends Component {
|
||||
{...linkProps}
|
||||
>
|
||||
{
|
||||
!isSmallScreen &&
|
||||
<ArtistPoster
|
||||
className={styles.poster}
|
||||
images={images}
|
||||
size={250}
|
||||
/>
|
||||
isSmallScreen ?
|
||||
null :
|
||||
<ArtistPoster
|
||||
className={styles.poster}
|
||||
images={images}
|
||||
size={250}
|
||||
overflow={true}
|
||||
/>
|
||||
}
|
||||
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user