diff --git a/src/components/IconPathButton.tsx b/src/components/IconPathButton.tsx index 91ad865d..53f8058c 100644 --- a/src/components/IconPathButton.tsx +++ b/src/components/IconPathButton.tsx @@ -46,7 +46,6 @@ export default function IconPathButton({ router.push(path))} isLoading={shouldShowLoader} className={cc( - 'min-h-[1.75rem]', 'active:translate-y-[1px]', 'text-gray-500 active:text-gray-600', 'dark:text-gray-400 dark:active:text-gray-300', diff --git a/src/photo/PhotoLarge.tsx b/src/photo/PhotoLarge.tsx index 9bf83dc5..a63c9380 100644 --- a/src/photo/PhotoLarge.tsx +++ b/src/photo/PhotoLarge.tsx @@ -80,17 +80,22 @@ export default function PhotoLarge({
  • {photo.exposureCompensationFormatted ?? '—'}
  • - {photo.takenAtNaiveFormatted} -
    -
    - +
    + {photo.takenAtNaiveFormatted} +
    +
    + +
    )} }