mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
fix(PhotoMarkerPin): adjust EXIF display to use smaller text size
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
@@ -168,7 +168,7 @@ export const PhotoMarkerPin = ({
|
||||
)}
|
||||
|
||||
{marker.photo.exif?.Make && marker.photo.exif?.Model && (
|
||||
<div className="text-text-secondary flex items-center gap-2">
|
||||
<div className="text-text-secondary flex items-center gap-2 text-xs">
|
||||
<i className="i-mingcute-camera-line text-sm" />
|
||||
<span className="truncate">
|
||||
{marker.photo.exif.Make} {marker.photo.exif.Model}
|
||||
|
||||
Reference in New Issue
Block a user