Added media queries for responsiveness #7404
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
The search input and theme toggle button currently lack proper responsiveness on mobile devices. They do not scale well, leading to a suboptimal user experience on smaller screens.
Solution
Added responsiveness to the search input and theme toggle button to improve layout and usability on mobile devices. Adjusted CSS styles and media queries to ensure proper scaling and alignment across various screen sizes.
Changes Proposed
1.
Added media queries to adjust the size and layout of the search input and theme toggle button for mobile devices.2.
Implemented flexbox styling for better alignment and scaling on smaller screens.3.
Adjusted padding, margins, and font sizes to improve visibility and usability of the elements on mobile devices.Other Changes