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] Site not responsive on mobile screens #73

Closed
1 task done
tusharbansal22 opened this issue Mar 10, 2023 · 3 comments
Closed
1 task done

[Bug] Site not responsive on mobile screens #73

tusharbansal22 opened this issue Mar 10, 2023 · 3 comments
Labels
💻 aspect: code Concerns the software code in the repository 🛠 goal: fix Bug fix 🟧 priority: high Stalls work on the project or its dependents ⛔️ status: discarded Will not be worked on

Comments

@tusharbansal22
Copy link

Description

The site shrinks to extremely small size when viewed on a smaller screen(mobile).

Reproduction

  1. Open the site
  2. Open devtools
  3. Select any mobile based screen
  4. See error.

Expectation

Site should change according to screen size, but this is not the right way of responsiveness

Screenshots

Screenshot 2023-03-10 at 4 00 01 PM

Environment

Not environment specific

Resolution

  • I would be interested in resolving this bug.

Primarly, to solve the shrinking issue, adding this line

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1" />

in listing.html will solve the issue.

Post that changes will be required in style sheet to modify according to mobile based screens separately

@tusharbansal22 tusharbansal22 added 💻 aspect: code Concerns the software code in the repository 🚦 status: awaiting triage Has not been triaged & therefore, not ready for work 🛠 goal: fix Bug fix 🟧 priority: high Stalls work on the project or its dependents labels Mar 10, 2023
@consolexyz
Copy link

Hello, @possumbilities can you assign this to me, i think i have the necessary skills to attempt this

@justaskulkarni
Copy link
Contributor

Pretty much the same as #26

@possumbilities
Copy link
Contributor

yeah, this is mostly the same as #26, likely a good idea to move discussion there.

@possumbilities possumbilities closed this as not planned Won't fix, can't repro, duplicate, stale Mar 31, 2023
@possumbilities possumbilities added ⛔️ status: discarded Will not be worked on and removed 🚦 status: awaiting triage Has not been triaged & therefore, not ready for work labels Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 aspect: code Concerns the software code in the repository 🛠 goal: fix Bug fix 🟧 priority: high Stalls work on the project or its dependents ⛔️ status: discarded Will not be worked on
Projects
None yet
Development

No branches or pull requests

4 participants