Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI header not working on iPad portrait mode #10

Closed
wiseman opened this issue Jul 30, 2012 · 3 comments
Closed

UI header not working on iPad portrait mode #10

wiseman opened this issue Jul 30, 2012 · 3 comments
Assignees
Labels

Comments

@wiseman
Copy link
Owner

wiseman commented Jul 30, 2012

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.

@ghost ghost assigned pchickey Jul 30, 2012
@pchickey
Copy link
Contributor

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
Copy link
Owner Author

wiseman commented Jul 30, 2012

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

@pchickey
Copy link
Contributor

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:
#10 (comment)

pchickey pushed a commit that referenced this issue Jul 30, 2012
* This closes issue #10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants