From 6be19f4979dd622b683d31998a480354c2cf171b Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sun, 9 Mar 2025 15:48:19 -0500 Subject: [PATCH] Fix sidebar film alignment --- src/photo/PhotoGridSidebar.tsx | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/photo/PhotoGridSidebar.tsx b/src/photo/PhotoGridSidebar.tsx index 986699b0..fabe506f 100644 --- a/src/photo/PhotoGridSidebar.tsx +++ b/src/photo/PhotoGridSidebar.tsx @@ -147,17 +147,13 @@ export default function PhotoGridSidebar({ items={simulations .sort(sortFilmSimulationsWithCount) .map(({ simulation, count }) => -
- -
)} + simulation={simulation} + countOnHover={count} + type="text-only" + prefetch={false} + />)} /> : null;