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

🪲[Bug]: Login Page lacks compatability in small screen devices #111

Open
codercake opened this issue Jun 20, 2024 · 1 comment
Open
Assignees
Labels
bug Something isn't working gssoc

Comments

@codercake
Copy link
Contributor

Bug Report: Login Page Incompatibility with Small Screen Devices

Bug Description:
The login page is not displaying correctly on small screen devices, such as smartphones and small tablets. The layout appears broken, making it difficult or impossible for users to input their login credentials.

Steps to Reproduce:

  1. Go to the login page using a small screen device (smartphone or small tablet).
  2. Attempt to access the login form.
  3. Scroll down the page if necessary to view the entire form.
  4. Observe the issues with the layout and functionality.

Expected Behavior:
The login page should be responsive and adjust its layout to fit smaller screens appropriately. Users should be able to see and interact with all form fields and buttons without any layout issues.

Actual Behavior:

  • Elements of the login page (e.g., input fields, buttons) are not properly aligned or visible.
  • Users may need to scroll horizontally to see the entire form.
  • Some elements may overlap or be cut off, making the login process cumbersome or unfeasible.

Screenshots:
Screenshot 2024-06-20 113126

Additional Information:

  • Device: [e.g., iPhone X, Samsung Galaxy S10]
  • OS: [e.g., iOS 14.4, Android 11]
  • Browser: [e.g., Safari, Chrome]
  • App Version: [if applicable]

Possible Causes:

  • CSS media queries may not be properly configured to handle small screen sizes.
  • Fixed width elements or containers that do not scale down with screen size.
  • Overlapping or improperly styled elements causing layout issues.

Suggested Fixes:

  • Review and update the CSS to include responsive design principles.
  • Use flexible grids or frameworks like Bootstrap to ensure the layout adjusts for various screen sizes.
  • Test the login page on multiple devices to ensure compatibility.

Priority:

  • High (Login functionality is critical for user access)
@codercake codercake added the bug Something isn't working label Jun 20, 2024
@Abidsyed25
Copy link
Owner

@codercake go on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working gssoc
Projects
None yet
Development

No branches or pull requests

2 participants