[go: nahoru, domu]

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: center and style top-level runtimeError #9271

Merged
merged 7 commits into from
Jun 26, 2019
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
better
  • Loading branch information
connorjclark committed Jun 25, 2019
commit cb05e649201e58aef00f07ee3fddc4e7101c83a1
7 changes: 1 addition & 6 deletions lighthouse-core/report/html/report-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -996,15 +996,10 @@
color: var(--report-text-color-secondary);
margin-left: auto;
margin-right: auto;
width: 50%;
max-width: calc(var(--report-width) - var(--category-padding) * 2);
background-color: var(--color-amber-50);
padding: var(--toplevel-warning-padding);
}
@media screen and (max-width: 964px) {
.lh-warnings--toplevel {
width: 100%;
}
}

.lh-warnings ul {
padding-left: calc(var(--category-padding) * 2);
Expand Down