You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Open the website and navigate to the navigation menu.
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:
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!
The text was updated successfully, but these errors were encountered:
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:
Expected Behavior:
The "Download" button should have sufficient spacing to prevent overlap with the dark mode toggle button.
Screenshot:
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!
The text was updated successfully, but these errors were encountered: