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] Dynamic View Based on Screen Size #199

Open
3 tasks done
avayedawadi opened this issue Oct 18, 2023 · 0 comments
Open
3 tasks done

[BUG] Dynamic View Based on Screen Size #199

avayedawadi opened this issue Oct 18, 2023 · 0 comments
Assignees
Labels
bug Something isn't working frontend

Comments

@avayedawadi
Copy link
Contributor

avayedawadi commented Oct 18, 2023

Description

  • Currently, the Digital Library is not responsive to screen size changes. Everything appears to have been designed in a static manner which brings up clear issues.
  • We will need to have the standard cards be dynamic and push down the screen instead of just being cut off.
  • The preferred implementation for this would be to wrap everything in a Flexbox and have everything be dynamic that way, but feel free to implement how you see best.
  • Official Figma designs will be ready by Oct 20

Acceptance Criteria

  • Digital library cards re-size dynamically according to the size of the screen.
  • There should be no overlap text when adjusting the screen.
  • No cards are cut off by the screen and there is a margin around the cards so the cards aren't right up on the border of the screen.

Other Notes

image
Cards should not be right up on the edge of the screen, there should always be some margin

image
Cards should not get cut off by the screen edge

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

No branches or pull requests

2 participants