-
Notifications
You must be signed in to change notification settings - Fork 58
Navbar dropdown style update #270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
🎉 All Checks Passed!
✅ Completed Workflows
🚀 This PR is ready for review and can be safely merged to Great work! Your code meets all quality standards. 👏 |
I think this change is good. go to https://leonardo.ai Experiment this and send me the screen recording. |
@FirePheonix |
Any updates on the dropdown feature? |
@FirePheonix I'll share my changes with you by the end of the day |
// <motion.div | ||
// className="absolute top-2 left-2 bg-black/60 | ||
// backdrop-blur-sm rounded-lg sm:rounded-xl p-2.5 sm:p-4 md:p-6 shadow-lg | ||
// max-w-[180px] sm:max-w-[220px] md:max-w-xs transform hover:scale-105 | ||
// transition-all duration-300 ease-out z-10 border border-white/50" | ||
// whileHover={{ scale: 1.05 }} | ||
// > |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you want to remove the code why comment it? Just remove it :) (IF you feel that piece is not required
).
There is something called as multi line comment please see how to use it :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, you're right. I'll make sure to take care of these things next time.
At that time, I was facing some issues with GitHub checks, and when I restored those lines, the error got resolved.
Anyway, I'll be more careful about such mistakes in the future.
|
show it to me which image you've chosen? |
Actually, I didn’t research much since you already asked Devin Ulibarri about the image. |
Description
This PR resolves issue #269 by improving the navbar dropdown styling. It replaces the harsh black border with a subtle light-gray border, adds a soft shadow for elevation, and introduces rounded corners to create a more polished and consistent look across the site.
Changes Made
border-gray-200
).shadow-lg
) for subtle elevation.rounded-xl
) to match other UI elements.Screenshots
Checklist