-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Thin screen adaptation should happen at a smaller screen size #40
Comments
Particular pages where this looks terrible include: |
We think this is ok now |
Having looked through some sizes using the device toolbar in developer mode, we're wondering if 500px would be ok? Think we should do some playing with this and maybe take a look at what some other sites use for breakpoints |
Other frameworks
Highly voted StackOverflow Answer
|
I think there's two separate things here:
Currently the issue as I see it is very much with the latter -- we have a breakpoint which happens well before our designs are really ready for it. This leads to the "thin" design being shown at a width where it looks a bit silly. While there may be worth some general discussion about updating the designs to change where we want the breakpoint to be, I am expecting that this issue will be most easily fixed by shrinking the breakpoint so that the designs look sensible at each scale. |
At the moment this seems to transition at around 920 pixels wide, which is well within reach of a desktop display, even with a fully maximised window.
I would suggest that we should keep the desktop layout until down to at most 800 pixels, possibly as low as 600 pixels. (These are based on a feeling for how big desktop screens are, rather than mobile screens.)
The text was updated successfully, but these errors were encountered: