added upload changes

This commit is contained in:
subnub
2024-07-22 00:43:04 -04:00
parent 73caa872c9
commit db925a69d2
17 changed files with 425 additions and 255 deletions
+4 -1
View File
@@ -298,7 +298,10 @@ const PhotoViewerPopup = memo(() => {
className="max-w-[80vw] max-h-[80vh] flex justify-center items-center"
>
{!file.metadata.isVideo && (
<img src={image} className="max-w-full max-h-full object-contain" />
<img
src={image}
className="max-w-full max-h-full object-contain select-none"
/>
)}
{file.metadata.isVideo && (
<video