-
Notifications
You must be signed in to change notification settings - Fork 252
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
Fixed responsive breakout points #1077
Fixed responsive breakout points #1077
Conversation
I think that we should get rid of half of our breakpoints. We currently have breakpoints for |
I have no strong opinion on this either, this doesn't seem be a real issue, both min & max-width are fine to be used. In some websites, there are more than 2 transition states, it looks like for us there is 3... I think it's fine, since no styling gets messed up |
Did some of you got a chance to read my suggestions above? Should I start the conversion of the |
@sirrius-a-b hey sry, we've been busy, but in my opinion I kinda like the But yeah I have no preference like I said before. You can start the conversion of the files, to @Medium, @Small, etc.. and replace @small-max-width... but it seems like its a big conversion and messing up on this can cause a few issues. oh well @bonustrack can have fun testing this one out. |
…-3-instead-of-2-responsive-breakout-points
I removed When you get a change please take a look, test it. I haven't found any issues myself. Maybe see if the merges above are all right too. Thanks. |
You are right @bonustrack that happens between 998px and ~1030px. I will fix that. I did not made any changes to the layout before on purpose because I just wanted to remove the 2 extra media vars as suggested above. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's looking perfect to me @sirrius-a-b 🥇 can you resolve conflicts?
Thanks a lot. I resolved the conflicts, but please test again before merging :) |
Fixes #1029 .
Changes:
max-width
media queries breakpoints by one pixelDoing this avoids the issues of conflicting breakpoints at
768px
and998px
, these breakpoints were present in both:min-width
media queries, namely@small
and@medium
max-width
media queries, namely@small-max-width
and@medium-max-width