You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Run on 480x800 device with portrait orientation
2. Layout will not show pulldown API menu but squish sidebar menu into page in
left vertical space
What is the expected output? What do you see instead?
Would look nicer with the pulldown API menu with this orientation.
Please use labels and text to provide additional information.
Change the following line in assets/www/index.html:
@media screen and (max-width: 320px) and (orientation:portrait) {
to:
@media screen and (max-width: 480px) and (orientation:portrait) {
Original issue reported on code.google.com by [email protected] on 12 Feb 2012 at 5:53
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 12 Feb 2012 at 5:53The text was updated successfully, but these errors were encountered: