Skip to content
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(css): make performance category more compact #6437

Merged
merged 1 commit into from
Nov 1, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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