From 560950200876bcde9dc0b9e69891e5c48deb033e Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Thu, 23 May 2019 10:44:21 -0700 Subject: [PATCH 1/2] devtools density --- lighthouse-core/report/html/report-styles.css | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/lighthouse-core/report/html/report-styles.css b/lighthouse-core/report/html/report-styles.css index 0e256e74aac9..50e75f37afcf 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; From 0dddd9ca44a9f1fcd7b75d3e84af3a3b618fda89 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Fri, 24 May 2019 18:02:26 -0700 Subject: [PATCH 2/2] no double rule --- lighthouse-core/report/html/report-styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lighthouse-core/report/html/report-styles.css b/lighthouse-core/report/html/report-styles.css index 50e75f37afcf..9da100197e00 100644 --- a/lighthouse-core/report/html/report-styles.css +++ b/lighthouse-core/report/html/report-styles.css @@ -578,6 +578,9 @@ .lh-column:first-of-type { margin-right: 0px; } + .lh-column:first-of-type .lh-metric:last-of-type { + border-bottom: 0; + } }