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

Improve map cards responsiveness #282

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

Samuel-Therrien-Beslogic
Copy link
Contributor

@Samuel-Therrien-Beslogic Samuel-Therrien-Beslogic commented Nov 9, 2024

  • The project passes automated tests (build, linting, etc.).
  • You updated the project's documentation with new changes.
  • You've linked any issue this PR closes
  • You reviewed your own PR and made sure there's no test/debug code or any obvious mistakes.

Make sure that the code wasn't copied from elsewhere (check one):

  • This is your own original code
  • You have made sure that we have permission to use the copied code and that we follow its licensing

Before: See #275

This isn't a full fix for perfect responsiveness on mobile (so I'll keep the issue open). But this addresses the critical issues. There's still one specific zoom + window width combination where this happens (notice the images not completely covering and the double scrollbar)
image

Fixes:

  • leaked anchor CSS with !Important
  • Reduced a layer of div inside anchor
  • Fixed squished images
  • Fixed completely broken Card display in mobile view

image
image

- leaked achor CSS with !Important
- Reduced a layer of div inside anchor
- Fixed squised images
- Fixed completely broken Card display in mobile view
Copy link
Contributor

@andy2great andy2great left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Samuel-Therrien-Beslogic Samuel-Therrien-Beslogic merged commit f9a85bb into main Nov 12, 2024
3 checks passed
@Samuel-Therrien-Beslogic Samuel-Therrien-Beslogic deleted the improve-map-responsiveness branch November 12, 2024 19:05
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.

2 participants