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

Upcoming meetup page should be responsive #22

Open
zainab-ali opened this issue Nov 4, 2020 · 0 comments
Open

Upcoming meetup page should be responsive #22

zainab-ali opened this issue Nov 4, 2020 · 0 comments
Labels
good first issue Good for newcomers

Comments

@zainab-ali
Copy link
Collaborator

zainab-ali commented Nov 4, 2020

The upcoming meetup page isn't friendly to different screen layouts, including mobile. Taking an example

The right sidebar is partly hidden on desktop:
Screenshot of the desktop view of an upcoming meetup page.  Half of the right sidebar is off the screen.

The content width is much larger than the screen width on mobile:
Screenshot of the mobile view of an upcoming meetup page.  Most of the content is off the screen, with only the leftmost part showing.

It should be made mobile friendly.

Potential Solution

The SASS stylesheets need to be adjusted to cater for responsive design. We already make use of CSS flexbox, grid and media queries, but there are probably fixed width styles interfering with them. The styles for the page can mostly be found in web/stylesheets/event.scss.

Tests

Unfortunately, we don't expect to test for different screen sizes any time soon. Manual testing is satisfactory.

Prerequisites

No experience is necessary. This issue probably won't involve any Scala — only CSS. You do need a mobile phone to test with.

What you'll learn

Getting started

Read our Contributor Guide to get set up.

@zainab-ali zainab-ali added the good first issue Good for newcomers label Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant