From e8517c6cdd0b8a6110c65007294f8f12867d3b59 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sun, 5 Oct 2025 10:56:11 -0500 Subject: [PATCH] Refine lightbox styles --- src/photo/PhotoGrid.tsx | 9 ++++++++- src/photo/PhotoLightbox.tsx | 18 ++++++------------ 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/src/photo/PhotoGrid.tsx b/src/photo/PhotoGrid.tsx index f43dbd01..53cba1dc 100644 --- a/src/photo/PhotoGrid.tsx +++ b/src/photo/PhotoGrid.tsx @@ -17,6 +17,8 @@ export default function PhotoGrid({ photos, selectedPhoto, prioritizeInitialPhotos, + className, + classNamePhoto, animate = true, canStart, animateOnFirstLoadOnly, @@ -31,6 +33,8 @@ export default function PhotoGrid({ photos: Photo[] selectedPhoto?: Photo prioritizeInitialPhotos?: boolean + className?: string + classNamePhoto?: string animate?: boolean canStart?: boolean animateOnFirstLoadOnly?: boolean @@ -52,7 +56,9 @@ export default function PhotoGrid({ } = useSelectPhotosState(); return ( -
+
-
- +{countNotShown} -
-
{utility.more}
+ +{countNotShown} : undefined} + classNamePhoto="rounded-sm overflow-hidden border-main" selectable={false} small />