diff --git a/src/photo/PhotoLarge.tsx b/src/photo/PhotoLarge.tsx
index 6babea86..146bc435 100644
--- a/src/photo/PhotoLarge.tsx
+++ b/src/photo/PhotoLarge.tsx
@@ -75,35 +75,29 @@ export default function PhotoLarge({
}
{showCamera && photoHasCameraData(photo) &&
-
-
- {photo.filmSimulation &&
- <>
-
-
- >}
-
}
+ }
>)}
{renderMiniGrid(<>
{photoHasExifData(photo) &&
+ {photo.filmSimulation &&
+ -
+
+
}
-
{photo.focalLengthFormatted}
{photo.focalLengthIn35MmFormatFormatted &&
<>
{' '}
{photo.focalLengthIn35MmFormatFormatted}
diff --git a/src/site/globals.css b/src/site/globals.css
index 71026ab4..242dca91 100644
--- a/src/site/globals.css
+++ b/src/site/globals.css
@@ -120,6 +120,10 @@
@apply
text-gray-400 dark:text-gray-500
}
+ .text-extra-dim {
+ @apply
+ text-gray-400/80 dark:text-gray-400/50
+ }
.text-icon {
@apply
text-gray-800 dark:text-gray-200
diff --git a/src/vendors/fujifilm/PhotoFujifilmSimulation.tsx b/src/vendors/fujifilm/PhotoFujifilmSimulation.tsx
index 3bab682b..8c7c78fa 100644
--- a/src/vendors/fujifilm/PhotoFujifilmSimulation.tsx
+++ b/src/vendors/fujifilm/PhotoFujifilmSimulation.tsx
@@ -20,9 +20,19 @@ export default function PhotoFujifilmSimulation({
'text-medium uppercase',
)}
>
- {small}
- {medium}
-
+
+ {small}
+
+
+ {medium}
+
+