diff --git a/src/photo/PhotoEditPageClient.tsx b/src/photo/PhotoEditPageClient.tsx
index 7f58f1ea..7844f83f 100644
--- a/src/photo/PhotoEditPageClient.tsx
+++ b/src/photo/PhotoEditPageClient.tsx
@@ -65,6 +65,7 @@ export default function PhotoEditPageClient({
}
}
isLoading={pending}
>
diff --git a/src/photo/form/PhotoForm.tsx b/src/photo/form/PhotoForm.tsx
index 83a2bf60..04bf26e3 100644
--- a/src/photo/form/PhotoForm.tsx
+++ b/src/photo/form/PhotoForm.tsx
@@ -329,7 +329,11 @@ export default function PhotoForm({
{thumbnail(true)}
-
+
{thumbnail(false, clsx(
'opacity-0 -translate-y-4',
!isThumbnailVisible &&