mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-25 23:32:41 +00:00
parent
01de7dd599
commit
8bf364945f
1 changed files with 8 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue