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 && (