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

Made the search filter option mobile friendly #553

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

Conversation

KevinYuCode
Copy link
Contributor

Relevant issue

Closes #552

Summary of change

  • Added more media queries to reformat the look of the search filter modal on mobile view.

Testing/Verification

  • Just use chrome developer tools and check out the views on mobile and tablet devices.

@KevinYuCode KevinYuCode added dev:enhancement Updating existing code priority:low Can be done anytime labels Oct 30, 2021
@@ -74,29 +74,35 @@ const FilterSearchModal = (props) => {
<h1>Looking For Something Specific?</h1>
</div>
<div className="filter-search-modal-content">
<div className="filter-searh-modal-left-container">
<div className="filter-search-modal-left-container">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

Copy link
Member

@aidenszeto aidenszeto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Filter looks great in mobile view!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev:enhancement Updating existing code priority:low Can be done anytime
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filter Search Modal Not Responsive for Mobile Devices
2 participants