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

Bugfix/Make menu responsive #228

Merged
merged 1 commit into from
Jun 7, 2019

Conversation

c-w
Copy link
Member

@c-w c-w commented May 29, 2019

Currently the navbar items disappear on screens less than ~1000px wide which means the user can't access functionality such as log-out or going to the projects page.

This pull request ensures that the navbar items are available on all screen sizes by collapsing the items into a hamburger menu on small screens. The Javascript for the functionality is taken from the Bulma docs.

Responsive nav for logged-out user

Responsive menu for logged-out user

Responsive nav for logged-in user

Responsive menu for logged-in user

@Hironsan Hironsan merged commit ca01347 into doccano:master Jun 7, 2019
@c-w c-w deleted the bugfix/make-menu-responsive branch June 7, 2019 11:34
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