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

instruments page: improve on mobile #32

Closed
1 task
rerpha opened this issue Aug 24, 2024 · 1 comment
Closed
1 task

instruments page: improve on mobile #32

rerpha opened this issue Aug 24, 2024 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@rerpha
Copy link
Contributor

rerpha commented Aug 24, 2024

As a user of the dashboard I would like the "instruments" page to look better. On a md+ screen it looks fine, but on a mobile the text is really small and everything gets condensed down. consider adding some mobile first sizing (this is standard for taillwind) and use md: whatever is currently there to retain the current sizing for desktops.

ie.
text-2xl md:text-4xl will make the text bigger for desktops than for mobile screens.

I don't think all instruments necessarily need to fit in the viewport on mobile, so if you need to make it scrollable that is fine.

Notes

You can use the "responsive design mode" in chrome or firefox to simulate a smaller display
official tailwind docs for responsive design: https://tailwindcss.com/docs/responsive-design

acceptance criteria

  • instruments page looks good on mobile and desktop screens
@rerpha rerpha added the good first issue Good for newcomers label Sep 12, 2024
@rerpha
Copy link
Contributor Author

rerpha commented Nov 8, 2024

closed in #61

@rerpha rerpha closed this as completed Nov 8, 2024
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

2 participants