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

Fix category selector overflow on mobile #217

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jan 23, 2023

  1. Fix category selector overflow on mobile

    The category selector tends to overflow on mobile due to width being declared as 500px, This commit changes that to max-width and adding width: 100% to make it scale to screen size.
    itsbhanusharma committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    d829d46 View commit details
    Browse the repository at this point in the history
  2. Fix minor typo

    itsbhanusharma committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    d12ac90 View commit details
    Browse the repository at this point in the history
  3. Take Two

    itsbhanusharma committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    9137043 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. version bump

    trying to fix tests
    itsbhanusharma committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    1fea823 View commit details
    Browse the repository at this point in the history