add click to enlarge media on mobile with close button

This commit is contained in:
plebeius.eth
2024-04-01 14:58:07 +02:00
parent 6cc9a6fa33
commit 0e734cfc41
4 changed files with 55 additions and 15 deletions
-1
View File
@@ -249,7 +249,6 @@ const PostMobile = ({ post }: Comment) => {
showThumbnail={showThumbnail}
setShowThumbnail={setShowThumbnail}
/>
{commentMediaInfo?.type && <div className={styles.fileInfo}>{commentMediaInfo.type}</div>}
</>
)}
{content && (