-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Make thermometer measurement surface flatter. #68
base: master
Are you sure you want to change the base?
Conversation
Can I see some before/after screenshots? |
@alexcjohnson Just added them to the original comment! |
Thanks! Definitely a big improvement, I just wonder if it needs any radius at all. If it were completely square does it look bad or compromise it in some way? |
Nope, we can make it totally flat. I'll do that right now! |
@alexcjohnson Looks like if you make it totally flat (or with a different border radius), it no longer fits in the thermometer container: |
@shammamah Might just need to tweak the container's style so that overflow is hidden. |
## [Unreleased] | ||
|
||
### Changed | ||
* Changed thermometer indicator border radius from 40px to 5px. |
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.
We should start adhering to the convention we use elsewhere: including the PR or issue that introduced the change.
Closes #64.