diff --git a/lighthouse-core/report/html/report-styles.css b/lighthouse-core/report/html/report-styles.css index 0e256e74aac9..9da100197e00 100644 --- a/lighthouse-core/report/html/report-styles.css +++ b/lighthouse-core/report/html/report-styles.css @@ -261,11 +261,27 @@ --audit-group-indent: 16px; --audit-indent: 16px; --expandable-indent: 16px; - --gauge-circle-size-big: 96px; - --gauge-circle-size: 72px; /* Consider offset of the DevTools UI. */ --top-of-page-offset: 54px; + --gauge-circle-size-big: 72px; + --gauge-circle-size: 64px; + + --audits-margin-bottom: 20px; + --env-name-min-width: 120px; + --header-padding: 16px 0 16px 0; + --plugin-icon-size: 75%; + --pwa-icon-margin: 0 7px 0 -3px; + --score-container-width: 92px; + --score-number-font-size-big: 34px; + --score-number-font-size: 26px; + --score-shape-margin-left: 2px; + --score-shape-size: 10px; + --score-title-font-size-big: 22px; + --score-title-font-size: 14px; + --score-title-line-height-big: 26px; + --score-title-line-height: 20px; + --lh-audit-vpadding: 4px; --lh-audit-hgap: 12px; --lh-audit-group-vpadding: 12px; @@ -562,6 +578,9 @@ .lh-column:first-of-type { margin-right: 0px; } + .lh-column:first-of-type .lh-metric:last-of-type { + border-bottom: 0; + } }