Skip to content
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

corrected the bug of navbar logo hovering effect #1912

Closed
wants to merge 2 commits into from

Conversation

shivnandk
Copy link

Related Issue
Closes: #1903

Description
This PR fixes the issue where the navbar logo goes out of the navbar when hovered, as described in issue #1903 . The problem was that the logo's hover effect caused it to exceed the navbar bounds and overlap with the text.

Fix:

Added CSS styling to scale the logo on hover without exceeding the navbar bounds.
Updated the header class to include overflow: hidden; to prevent elements from exceeding its boundaries.
Added margin to the text elements adjacent to the logo to prevent overlap when the logo is hovered.
Screenshots
Provide screenshots to preview the changes.
Screenshot 2024-07-06 102720

Checklist
My code adheres to the established style guidelines of the project.
I have included comments in areas that may be difficult to understand.
My changes have not introduced any new warnings.
I have conducted a self-review of my code.

Copy link

vercel bot commented Jul 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
pet-me-pqhr ❌ Failed (Inspect) Jul 6, 2024 5:44am

@shivnandk
Copy link
Author

please assign this issue to me under Gssoc 2024
this is my first time and i am getting too much confused with this
i have even corrected the issue and this is image of the issue
Screenshot 2024-07-06 115042

@akshitagupta15june
Copy link
Owner

created pr without being assigned an issue is not allowed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🪲[Bug]: Navbar logo hovering effect .
2 participants