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

Review and integrate open169a #358

Closed
wants to merge 1 commit into from
Closed

Review and integrate open169a #358

wants to merge 1 commit into from

Conversation

charlesh88
Copy link
Contributor

open #169
[Frontend] Fixing bad breakpoints for tablet vs. desktop
Problem was the breakpoints. open169a da8fb99 changes desktop to enable at 1280 max-device-width; tablet is now 768 x 1024. This is a short-term fix: a laptop screen at 1024 max width will still have issues. This is the default resolution for a 13" Macbook. This will need a more comprehensive fix.

Author checklist:

  • Changes address original issue? Y
  • Unit tests included and/or updated with changes? N/A
  • Command line build passes? N/A
  • Expect to pass code review? Y

@charlesh88 charlesh88 added this to the Baxter milestone Dec 1, 2015
$desktopMinW: 1281px;
$phoMaxW: 767px;
$tabMinW: 768px;
$tabMaxW: 1024px;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Previously the breakpoints were all contiguous. Now we have a no-man's land between tablet and desktop. Is this going to cause any problems?

@charlesh88
Copy link
Contributor Author

Is possible this would be a problem - the no-mans land effectively becomes desktop, sort of. Let's leave this open for now, and I'll take another pass at it tomorrow.

@charlesh88
Copy link
Contributor Author

New branch and pull request: see #376.

@larkin larkin deleted the open169a branch April 27, 2017 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants