grain.social is a photo sharing platform built on atproto.

fix exif button positioning in the photo dialog

Changed files
+1 -1
src
components
+1 -1
src/components/PhotoDialog.tsx
··· 59 59 {image.alt 60 60 ? ( 61 61 <div class="px-4 sm:px-0 py-4 bg-black text-white text-left flex"> 62 - {image.alt} 62 + <span class="flex-1 mr-2">{image.alt}</span> 63 63 {image.exif 64 64 ? ( 65 65 <div class="block sm:hidden self-end justify-end -m-2">