Fix VideoModal, remove Video close button

This commit is contained in:
Alex Gleason 2022-04-24 18:24:57 -05:00
parent b8eff3e46b
commit 18c4210cec
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 11 additions and 13 deletions

View file

@ -31,8 +31,7 @@ const VideoModal: React.FC<IVideoModal> = ({ status, account, media, time, onClo
);
return (
<div className='modal-root__modal video-modal'>
<div>
<div className='block w-full max-w-xl mx-auto overflow-hidden text-left align-middle transition-all transform shadow-xl rounded-2xl pointer-events-auto'>
<Video
preview={media.preview_url}
blurhash={media.blurhash}
@ -44,7 +43,6 @@ const VideoModal: React.FC<IVideoModal> = ({ status, account, media, time, onClo
alt={media.description}
/>
</div>
</div>
);
};

Binary file not shown.