-
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: make metric value more prominent in table #13036
Conversation
@@ -777,7 +791,7 @@ | |||
flex: 1; | |||
} | |||
|
|||
.lh-metric .lh-metric__innerwrap::before, |
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.
using :before
is hard to work with, so I made a new div for the icon
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
@@ -104,8 +104,8 @@ | |||
--icon-square-size: calc(var(--score-icon-size) * 0.88); | |||
--image-preview-size: 48px; | |||
--metric-toggle-lines-fill: #7F7F7F; | |||
--metric-value-font-size: 28px; |
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.
fwiw the mocks have 20/12 ratio which puts the target for 16px at ~26.6px
this looked fine to me though
Co-authored-by: Patrick Hulce <[email protected]>
First pass at tweaking the metrics table to new design. Just making the value bigger here, and shifting some of the grid stuff. Also, I tossed in a tweak to the mobile version.