coto / gae-boilerplate

Google App Engine Boilerplate
https://dev-dot-sandengine.appspot.com/
Other
684 stars 187 forks source link

Collapsed navbar does not display Languages dropdown correctly #273

Closed movero closed 10 years ago

movero commented 10 years ago

Hi,

This is my first issue on Github, so apologies if I haven't done this right.

Issue

On a small viewport (mobile device) the chevron to open the collapsed navbar works correctly, but opening it and then selecting the Languages dropdown does not expand it further to show the languages. Closing the nav (by pressing the chevron again), and then opening it again, makes the Languages dropdown work correctly.

The solution (to make the collapsed nav and Languages dropdown operate correctly) is to modify boilerplate/templates/base.html as follows: first occurrence of div class="nav-collapse" should be changed to div class="nav-collapse collapse".

72apps commented 10 years ago

I saw the same issue. Your solution worked for me. Thanks for saving me a ton of time!

movero commented 10 years ago

@72apps No problem, glad I could help!