removed gap in between photos

This commit is contained in:
2026-02-08 09:29:54 +00:00
parent 72f6277c9f
commit 262929ac0d

View File

@@ -541,7 +541,7 @@ function Home() {
<div className="flex"> <div className="flex">
<div <div
id={getTravelPhotoListId(location.id)} id={getTravelPhotoListId(location.id)}
className="flex flex-col flex-1 ml-8 max-h-128 overflow-y-auto gap-1" className="flex flex-col flex-1 ml-8 max-h-128 overflow-y-auto"
> >
{locationPhotos[location.id].map( {locationPhotos[location.id].map(
(photo, photoIndex) => ( (photo, photoIndex) => (