-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
Vertical disposition even on large screens #87
Comments
A horizontal layout is for devices with a landscape orientation and the verical one is for others. I'll change some media query so that it will work as I described. |
What do you mean with "landascape orientation"? Just the ones which declares themselves as landscape, or every display in which viewport width is greater than height? |
I'll make horizontal position for mobile devices with landscape orientation |
Fixed. Update to the latest version. |
I assume that vertical layout is for smaller screens, while the horizontal one is for desktop-wide screens.
But there's a width waypoint after which timepicker displays vertical layout even if on wide screens.
Maybe a wrong media query with an upper bound which should not be there?
The text was updated successfully, but these errors were encountered: