Skip to content

Commit

Permalink
report: make denser. changes to typography, group descriptions, more (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored Nov 2, 2021
1 parent c320529 commit dfe7650
Show file tree
Hide file tree
Showing 14 changed files with 324 additions and 396 deletions.
2 changes: 1 addition & 1 deletion flow-report/assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@

.SummaryFlow {
display: grid;
max-width: var(--report-width);
max-width: var(--report-content-width);
grid-auto-rows: min-content;
grid-template-columns: min-content min-content minmax(var(--min-text-width), max-content) 1fr 1fr 1fr 1fr;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build-smokehouse-bundle": "node ./build/build-smokehouse-bundle.js",
"build-lr": "yarn reset-link && node ./build/build-lightrider-bundles.js",
"build-pack": "bash build/build-pack.sh",
"build-report": "node build/build-report-components.js && yarn eslint --fix report/renderer/components.js && node build/build-report.js && bash lighthouse-core/scripts/copy-util-commonjs.sh",
"build-report": "node build/build-report-components.js && yarn eslint --fix report/renderer/components.js && bash lighthouse-core/scripts/copy-util-commonjs.sh && node build/build-report.js",
"build-sample-reports": "yarn build-report && node build/build-sample-reports.js",
"build-treemap": "node ./build/build-treemap.js",
"build-viewer": "node ./build/build-viewer.js",
Expand Down
Loading

0 comments on commit dfe7650

Please sign in to comment.