You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even on a fairly large phone screen, the nav menu takes up most of the initial viewport!
We should hide the nav menu on narrow screens if javascript is available, and then allow mobile users to show/hide the nav menu with a toggle button.
Bulma has a Nav component, but I it’s probably not going to work in our situation, and it’s no more responsive than what we’ve got at the moment anyway, so I think we should just homebrew a toggle button.
The text was updated successfully, but these errors were encountered:
Even on a fairly large phone screen, the nav menu takes up most of the initial viewport!
We should hide the nav menu on narrow screens if javascript is available, and then allow mobile users to show/hide the nav menu with a toggle button.
Bulma has a Nav component, but I it’s probably not going to work in our situation, and it’s no more responsive than what we’ve got at the moment anyway, so I think we should just homebrew a toggle button.
The text was updated successfully, but these errors were encountered: