Prevent full-width count hovers on large images

This commit is contained in:
Sam Becker 2025-04-03 09:16:54 -05:00
parent d04488982a
commit e5b8f29d59

View File

@ -308,7 +308,7 @@ export default function PhotoLarge({
) && ) &&
<div> <div>
{(showCameraContent || showLensContent) && {(showCameraContent || showLensContent) &&
<div className="flex flex-col"> <div className="flex flex-col *:self-start">
{showCameraContent && {showCameraContent &&
<PhotoCamera <PhotoCamera
camera={camera} camera={camera}