From 5c0b020ffc8362ff1d1a26fce075a7a93c955ed4 Mon Sep 17 00:00:00 2001 From: subnub Date: Thu, 20 Feb 2025 20:04:57 -0500 Subject: [PATCH] fixed mobile photo viewer --- src/components/PhotoViewerPopup/PhotoViewerPopup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PhotoViewerPopup/PhotoViewerPopup.tsx b/src/components/PhotoViewerPopup/PhotoViewerPopup.tsx index 36297b8..a88f55e 100644 --- a/src/components/PhotoViewerPopup/PhotoViewerPopup.tsx +++ b/src/components/PhotoViewerPopup/PhotoViewerPopup.tsx @@ -342,7 +342,7 @@ const PhotoViewerPopup: React.FC = memo((props) => { onClick={goToNextItem} className="bottom-2 sm:bottom-1/2 fixed right-2 pointer text-white w-[45px] h-[45px] desktopMode:w-[30px] desktopMode:h-[30px] select-none cursor-pointer hover:text-white-hover" /> -
+
{isThumbnailLoading && !thumbnailError && } {!file.metadata.isVideo && (