From 4dc3a976b7970e97561bf712a2cf9a1091d9cac7 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Thu, 28 Aug 2025 17:47:52 -0500 Subject: [PATCH] Refining photo form floating thumbnail --- src/photo/form/PhotoForm.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/photo/form/PhotoForm.tsx b/src/photo/form/PhotoForm.tsx index 04bf26e3..10f27e3a 100644 --- a/src/photo/form/PhotoForm.tsx +++ b/src/photo/form/PhotoForm.tsx @@ -330,14 +330,18 @@ export default function PhotoForm({
{thumbnail(true)}
{thumbnail(false, clsx( 'opacity-0 -translate-y-4', !isThumbnailVisible && - 'opacity-100 translate-y-0 transition-all duration-200', + 'opacity-100 translate-y-0 transition-all duration-300', ))}