Skip to content

Commit e64ddb7

Browse files
committed
fix: url preview video play icon center
1 parent ba4bff0 commit e64ddb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package/src/components/Attachment/UrlPreview/URLPreview.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ const useStyles = () => {
255255
minWidth: 256,
256256
minHeight: 144,
257257
alignSelf: 'stretch',
258+
alignItems: 'center',
259+
justifyContent: 'center',
258260
},
259261
cardFooter: {
260262
justifyContent: 'space-between',

0 commit comments

Comments
 (0)