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

Fixed members page responsiveness on smaller screens #134

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

Conversation

Ritish134
Copy link

Added more search options button at smaller screens which expands for the other five input fields.
closes #133

Added more search options button at smaller screens which expands for the other five input fields. 
closes BitByte-TPC#133
@garg3133
Copy link
Member

On a quick glance:

  • Please don't change anything for screens bigger than md breakpoint. Our goal is to fix the issues below md only.
  • We don't need to duplicate any elements to achieve what we're trying to do here, just need to play with Bootstrap and JS/jQuery.
  • On small screens, keep the size of the 'search' button the same as how it is on bigger screens, just push the button to the next line.

I'll try to do a detailed review of your PR after some time.

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.

Fix responsiveness of /members/ page on small screens
2 participants