-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
fix: login button overlap issue #987
Conversation
@irfanfaraaz is attempting to deploy a commit to the openbeta-dev Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@irfanfaraaz thanks for the PR. While negative margin works I think it's a bit of a hack. I'd change the behavior of the parent container.
Can you try that way to see if it works? Parent container: https://github.com/OpenBeta/open-tacos/blob/develop/src/components/ui/Bar.tsx#L53 |
Thanks for the feedback! I've made the requested changes, let me know if it aligns with what you had in mind. |
Done |
@all-contributors add @irfanfaraaz for code |
I've put up a pull request to add @irfanfaraaz! 🎉 |
name: Pull request
about: Create a pull request
title: fix: Login Button Overlaps on Search Bar''
labels: bugs, help wanted ''
assignees: @irfanfaraaz''
What type of PR is this?(check all applicable)
Description
Initially, there was an issue where the login button and the search bar were overlapping. I have resolved this, and there is no longer any overlap between the login button and the search bar. The user interface is now improved, ensuring a seamless and visually appealing experience.
Related Issues
Issue #985
What this PR achieves
fixes: login button overlap issue
Screenshots, recordings
Before:
After:
Notes