Skip to content

Commit

Permalink
report(css): make performance category more compact (#6437)
Browse files Browse the repository at this point in the history
  • Loading branch information
exterkamp authored and paulirish committed Nov 1, 2018
1 parent 40e1120 commit cf9e490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lighthouse-core/report/html/report-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@
.lh-metric__innerwrap {
display: flex;
justify-content: space-between;
padding: 11px var(--text-indent);
padding: 8px var(--text-indent);
}

.lh-metric__details {
Expand Down Expand Up @@ -506,7 +506,7 @@
.lh-filmstrip-container {
padding: 0 var(--expandable-indent);
/* smaller gap between metrics and filmstrip */
margin: -16px auto 0 auto;
margin: -8px auto 0 auto;
}

.lh-filmstrip {
Expand Down

0 comments on commit cf9e490

Please sign in to comment.