liqd / aula

An online platform for political participation in schools in Germany (not in active development)
https://liqd.net
Other
27 stars 5 forks source link

Menu burger button not visible anymore. #980

Closed vellip closed 8 years ago

vellip commented 8 years ago

This change https://github.com/liqd/aula/commit/e295cacbdcbae53e70e7a23bc8855157aa08b4cb made the burger button stay hidden on the phone breakpoint, regardless of whether the user is logged in or not.

This is because the #mobile-menu-button got moved into the . main-header-user which is display: none all the time, hiding it and it's descendants. Maybe a solution would be to undo the change and make the menu markup simply not be output when not logged in.

fisx commented 8 years ago

Hi @vellip. Thanks for the quick response, I will take a look at your suggestion.

fisx commented 8 years ago

I essentially did what you suggested in #981, which solves it on the first random android phone I could get my hands on. Thanks again, problem solved!