-
Notifications
You must be signed in to change notification settings - Fork 394
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
Fixed the theme button position on small devices #1919
Conversation
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.
Hey @SHRUTISINHA250714, Welcome to the project CalcDiverse! 🎊
Thanks for your contribution! Your effort makes this project better. Keep it up! 🙌
Please wait for the PR to be reviewed. Happy Coding!! ✨
✅ Deploy Preview for calcdiverse ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
The navbar items are centered which should not, no changes to the other existing styles, please fix by making the new commits in this same PR @SHRUTISINHA250714 |
|
Congrats, Your pull request has been successfully merged 🥳🎉 Thank you for your contribution to my project 🚀 Keep Contributing!! ✨ @SHRUTISINHA250714 |
Fixes Issue🛠️
Closes #1916
Description👨💻
This PR moves the theme toggle button next to the hamburger icon on small screens for better accessibility. Previously, the toggle was hidden inside the hamburger menu, making it harder to access. The layout has been adjusted using CSS to align both elements side by side, ensuring a more user-friendly experience on mobile devices.
Changes:
Repositioned theme toggle next to the hamburger icon on small screens.
Adjusted CSS for better alignment and responsiveness.
Issue Fixed:
Improved the visibility and accessibility of the theme toggle on small screens.
Type of Change📄
Checklist✅
Screenshots/GIF📷
Before
After