mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
Update comment-media.tsx
This commit is contained in:
@@ -136,7 +136,7 @@ const Media = ({ commentMediaInfo, isReply, setShowThumbnail }: MediaProps) => {
|
|||||||
)}
|
)}
|
||||||
{isMobile && (type === 'iframe' || type === 'video' || type === 'audio') && (
|
{isMobile && (type === 'iframe' || type === 'video' || type === 'audio') && (
|
||||||
<div className={styles.closeButton}>
|
<div className={styles.closeButton}>
|
||||||
<span className='button' onClick={() => setShowThumbnail(false)}>
|
<span className='button' onClick={() => setShowThumbnail(true)}>
|
||||||
{t('close')}
|
{t('close')}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user