Skip to content

Fix profile photo gallery hover jump#8526

Merged
aapeliv merged 1 commit into
developfrom
web/fix/photo-gallery-hover-jump
May 10, 2026
Merged

Fix profile photo gallery hover jump#8526
aapeliv merged 1 commit into
developfrom
web/fix/photo-gallery-hover-jump

Conversation

@aapeliv

@aapeliv aapeliv commented May 10, 2026

Copy link
Copy Markdown
Member

The profile photo gallery items had a transform: scale(1.02) on hover, which made the hovered image visibly jump and clip into the grid gaps. Removed the scale transform — the box-shadow on hover is enough of a hover affordance.

Testing

  • Open a user profile that has a photo gallery and hover over thumbnails: the image no longer jumps/scales, just gains a soft shadow.
  • Verified at desktop, tablet, and mobile breakpoints.

Web frontend checklist

  • There are no console warnings when running the app
  • Added tests where relevant
  • Clicked around my changes running locally and it works
  • Checked Desktop, Mobile and Tablet screen sizes

For maintainers

  • Maintainers can push commits to my branch
  • Maintainers can merge this PR for me

This PR was created with the Couchers PR skill.

The scale(1.02) transform on hover made gallery items visibly jump
when hovered. Keep the box-shadow as the hover affordance.
@aapeliv
aapeliv requested a review from nabramow as a code owner May 10, 2026 14:23
@vercel

vercel Bot commented May 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
couchers Ready Ready Preview May 10, 2026 2:26pm

Request Review

@aapeliv
aapeliv merged commit 5f1c8ac into develop May 10, 2026
8 checks passed
@aapeliv
aapeliv deleted the web/fix/photo-gallery-hover-jump branch May 10, 2026 16:13
@github-actions

Copy link
Copy Markdown
Contributor

📝 Release Notes

This PR does not need to be included in release notes.

Reason: This PR fixes a minor visual hover effect issue in the profile photo gallery. While user-visible, it is a small UI polish change rather than a significant UX improvement or important bug fix affecting core functionality.

🤖 Bot Debug Information

Model: couchers.openai.gpt-5.4
Decision: exclude
Reasoning: This PR fixes a minor visual hover effect issue in the profile photo gallery. While user-visible, it is a small UI polish change rather than a significant UX improvement or important bug fix affecting core functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants