-
Notifications
You must be signed in to change notification settings - Fork 96
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
Feature/settings new design #3479
Conversation
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.
Good work buddy! Some CSS bugs I found for you 🙉 .
|
||
&:last-child { | ||
border: 0; | ||
margin-bottom: 0; |
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.
@@ -1,54 +1,67 @@ | |||
@import '~styles/settings.scss'; | |||
|
|||
.c-widget-settings { | |||
width: rem(250px); | |||
width: rem(310px); |
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.
Can we make this 290px? As for iphone 5 screen width is 320px and we have a standard padding of rem(15px) each side?
} | ||
} | ||
|
||
.canopy-select { | ||
display: flex; |
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.
@edbrett I think all the cases are covered now! Thx for your review 🙇 |
They love it! Great work duuuuude 🌟 |
Overview