mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Added attachment border radius
This commit is contained in:
@ -27,7 +27,9 @@ const AttachmentUnsupported: React.FC<Props> = ({ total, index, sensitiveShown,
|
||||
flex: 1,
|
||||
aspectRatio: aspectRatio({ total, index, ...attachment.meta?.original }),
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center'
|
||||
alignItems: 'center',
|
||||
borderRadius: StyleConstants.BorderRadius / 2,
|
||||
overflow: 'hidden'
|
||||
}}
|
||||
>
|
||||
{attachment.blurhash ? (
|
||||
|
Reference in New Issue
Block a user