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

Make the theme responsive #46

Open
wants to merge 3 commits into
base: master
from
Open

Make the theme responsive #46

wants to merge 3 commits into from

Commits on May 19, 2020

  1. Make theme responsive

    obulat committed May 19, 2020

Commits on Jun 19, 2020

  1. Address code review issues

    - Remove unnecessary `show` call for searchbox.
    - Remove `box-sizing:border-box` for all elements.
    - Add `aria-label` to search input instead of visually-hiding labels for accessibility
    - Some style fixes
    obulat committed Jun 19, 2020

Commits on Jul 12, 2020

  1. Use css for opening/closing menu

    - Menu is opened/closed using only css (invisible checkbox), works without js enabled
    - Accessibility added using javascript
    obulat committed Jul 12, 2020
You can’t perform that action at this time.