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

hamburguer button is not obvious #85

Open
carandraug opened this issue Sep 4, 2018 · 1 comment
Open

hamburguer button is not obvious #85

carandraug opened this issue Sep 4, 2018 · 1 comment

Comments

@carandraug
Copy link
Member

A comment from one of the publication reviewers is that it's not obvious the hamburger button is meant to do, or even that it's a button at all:

  1. Using the Safari web browser, we couldn’t immediately spot the symbol in the top right (three lines) – to change filters etc in the set up – this could be indicated more helpfully.

Note that the problem is not the safari web browser, the problem is the window size. If the window size is too small, the navigation bar at the top is collapsed and the hamburger button shows up.

We can try to make the hamburger menu more obvious. Another alternative is swap the spekcheck logo with the hamburger button. Or maybe even do both.

@carandraug
Copy link
Member Author

I have started by placing the hamburger menu on the left hand side where buttons usually are.

I have also investigated changing the style has well but not sure what you think would look better. If we need to make it more visible maybe something like the following (added to css/spekcheck.css):

/*
  The default style for this button does not make it obvious it is a
  button, so make it thicker and less transparent (issue #85).
*/
.navbar-dark .navbar-toggler {
    border-width: 2px;
    border-color: rgb(255, 255, 255, 0.5);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant