-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
report(redesign): adjust score scale to match new design #8590
Conversation
margin: 0 12px; | ||
font-family: var(--monospace-font-family); | ||
white-space: nowrap; | ||
} | ||
|
||
.lh-scorescale-range::before { | ||
content: ''; | ||
width: var(--body-font-size); | ||
height: calc(var(--body-font-size) * .50); | ||
width: 18px; |
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.
should we var these babies up somewhere?
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.
done
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.
WFM though I agree with @hoten's suggestion to do a bunch of pixel-perfect fixes in one swoop than try to split them up :)
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.
LGTM. Agree that these pixel adjustments can be bundled
lgtm b/c it's pretty isolated (and done :)) I'll use #8591 for the rest of the pixel pushing |
#8185