wiseman / mavelous

multi-platform ground station for drones that speak the MAVLink protocol
MIT License
167 stars 85 forks source link

UI header not working on iPad portrait mode #10

Closed wiseman closed 12 years ago

wiseman commented 12 years ago

It works fine in landscape mode.

See http://imgur.com/a/vY1D4

Actually I just checked and you can see the same thing in a desktop browser window that's been made narrow.

pchickey commented 12 years ago

Thanks, I've only tested it with landscape mode. This is a problem with the Bootstrap UI's navbar - I'll look into ways to disable the dropdown menu behavior.

wiseman commented 12 years ago

It seems like there should be enough space to fit it all in even in portrait mode.

pchickey commented 12 years ago

Specifically, this is due to bootstrap-responsive.css applying a rule to the .nav-collapse div when the @media (max-width: 979px) becomes true.

I don't think we need a collapsing nav bar - I'll get rid of the nav collapse div.

On Mon, Jul 30, 2012 at 10:16 AM, John Wiseman < reply@reply.github.com

wrote:

It seems like there should be enough space to fit it all in even in portrait mode.


Reply to this email directly or view it on GitHub: https://github.com/wiseman/mavelous/issues/10#issuecomment-7374815