Fix sidebar film alignment
This commit is contained in:
parent
325b379ed6
commit
6be19f4979
@ -147,17 +147,13 @@ export default function PhotoGridSidebar({
|
||||
items={simulations
|
||||
.sort(sortFilmSimulationsWithCount)
|
||||
.map(({ simulation, count }) =>
|
||||
<div
|
||||
<PhotoFilmSimulation
|
||||
key={simulation}
|
||||
className="translate-x-[-2px]"
|
||||
>
|
||||
<PhotoFilmSimulation
|
||||
simulation={simulation}
|
||||
countOnHover={count}
|
||||
type="text-only"
|
||||
prefetch={false}
|
||||
/>
|
||||
</div>)}
|
||||
simulation={simulation}
|
||||
countOnHover={count}
|
||||
type="text-only"
|
||||
prefetch={false}
|
||||
/>)}
|
||||
/>
|
||||
: null;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user