jsy1218-zz / cypa-yeps-website

This code repository contains the source code to bootstrap the upcoming Young Entrepreneur & Professional Summit (YEPS) for Chinese Young Professional Association (CPYA: http://globalcypa.org/)
http://yeps.globalcypa.org/
MIT License
1 stars 1 forks source link

Make language button not collapse in the responsive context #2

Closed jsy1218-zz closed 5 years ago

jsy1218-zz commented 5 years ago

In the zeplin mobile UI design, the language button in the top nav bar does not collapse in the responsive context:

yesp top screenshot

However in the web responsive context, the language button will be collapsed into the nav bar item, which is not by design.

image

The ask is to attempt to move the language button out of the collapsable nav item. This may or may not require some effort, since react-bootstrap doesn't have the out-of-box template to do that. If we adhere to the UX design, we may have to write a navbar collapsable dropdown nav items ourselves.