Prevent full-width count hovers on large images
This commit is contained in:
parent
d04488982a
commit
e5b8f29d59
@ -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}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user