-
Notifications
You must be signed in to change notification settings - Fork 54
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
Fix responsiveness of /members/
page on small screens
#133
Comments
Please have a look : @garg3133 |
Feel free to open a PR, it'll be easier to review that way. For small screens, I think it'll be better if we put the search button in the next line and put the rest 5 search inputs inside an expandable div, with the title "More search options". It looks ugly to have that many search options stacked up one over another. For large screens, I think it looks good the way it is right now (all inputs in the same line). It works well up till |
Added more search options button at smaller screens which expands for the other five input fields. closes BitByte-TPC#133
Now is it fine ?? @garg3133 |
The responsiveness of the input/select fields on the
/members/
page (https://alumni.iiitdmj.ac.in/members/') breaks on small screens.This is how the page looks on mobile screens:
Each input/select field above should instead be in a separate row and wide enough for users to be able to interact with them.
The text was updated successfully, but these errors were encountered: