exflickr / flamework

Flickr-style PHP Framework
BSD 2-Clause "Simplified" License
118 stars 32 forks source link

bootstrap dropdowns not working in tablet/mobile view #17

Closed micahwalter closed 11 years ago

micahwalter commented 11 years ago

the dropdown under the user account menu works only when in full width desktop view.

iamcal commented 11 years ago

I can't figure out how to fix this. Bootstrap's responsive stuff is a maze of twisty passages.

micahwalter commented 11 years ago

@iamcal I think I figured this out... you need to add another "collapse" on this line...

https://github.com/exflickr/flamework/blob/master/www/templates/inc_head.txt#L36

it should look like "nav collapse collapse"

-m

iamcal commented 11 years ago

This fixes it for me - awesome detective work!