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

Added media queries for responsiveness #7404

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

anton-loiko
Copy link

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

  • Refactored existing CSS for better maintainability.
  • Updated some components' structure for enhanced separation of concerns.

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.

1 participant