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

Dark mode toggle overlaps with the Download button in the navigation menu. #978

Open
mohd-shafi-01 opened this issue Jan 3, 2025 · 0 comments

Comments

@mohd-shafi-01
Copy link

When the navigation menu is displayed, the dark mode toggle button overlaps with the "Download" button, making it difficult for users to interact with either button effectively.

Steps to Reproduce:

  1. Open the website and navigate to the navigation menu.
  2. Observe the placement of the dark mode toggle and the "Download" button.

Expected Behavior:
The "Download" button should have sufficient spacing to prevent overlap with the dark mode toggle button.

Screenshot:
boxicons-issue

Suggested Solution:
To resolve this issue, adding a margin-left of 40px to the "Download" button can provide adequate spacing and prevent overlap.

.download-button {
margin-left: 40px;
}

Please consider this solution or any other adjustment to improve the layout.

Thank you!

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

No branches or pull requests

1 participant