Подложка к вложению аватарки
This commit is contained in:
@@ -78,7 +78,8 @@ export function MessageAvatar(props: AttachmentProps) {
|
|||||||
height: 60,
|
height: 60,
|
||||||
width: 60,
|
width: 60,
|
||||||
borderRadius: '50%',
|
borderRadius: '50%',
|
||||||
objectFit: 'cover'
|
objectFit: 'cover',
|
||||||
|
background: '#fff'
|
||||||
}} src={blob}></img>)}
|
}} src={blob}></img>)}
|
||||||
{downloadStatus != DownloadStatus.DOWNLOADED && downloadStatus != DownloadStatus.PENDING && preview.length >= 20 && (
|
{downloadStatus != DownloadStatus.DOWNLOADED && downloadStatus != DownloadStatus.PENDING && preview.length >= 20 && (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user