fix: resolve project cards flip clipping in Projects section#678
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughRemoved the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can use your project's `biome` configuration to improve the quality of JS/TS/CSS/JSON code reviews.Add a configuration file to your project to customize how CodeRabbit runs |
|
I’ve submitted a PR that fixes the clipping issue in the project cards flip animation by ensuring the box is not cut during the rotation. The change is minimal and keeps the existing animation intact. Since I’m also preparing to contribute more actively during GSoC, I’d really appreciate your feedback on the PR. Thank you! |
Addressed Issues:
Fixes #675
Screenshots/Recordings:
Before Fix (card gets clipped during flip):
Screen.Recording.2026-03-16.at.3.02.53.PM.mov
After Fix (flip animation smooth, box no longer cut):
Screen.Recording.2026-03-16.at.3.03.16.PM.mov
Additional Notes:
This PR fixes a UI issue in the Projects section on the landing page where the project cards were getting slightly clipped from the top and bottom corners during the flip animation on hover.
The fix ensures that the card remains fully visible during the entire flip transition while keeping the existing animation style and layout unchanged. Only minimal CSS adjustments were made to prevent the box from being cut during the rotation.
AI Usage Disclosure:
I have used the following AI models and tools: None
Checklist
Summary by CodeRabbit