Skip to content

Commit

Permalink
report: increase UI density for devtools (#9070)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored May 28, 2019
1 parent 7e8141c commit 6121826
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions lighthouse-core/report/html/report-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -261,12 +261,28 @@
--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. */
/* Value was derived from eyeballing changes made with the styles panel. */
--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;
Expand Down Expand Up @@ -563,6 +579,9 @@
.lh-column:first-of-type {
margin-right: 0px;
}
.lh-column:first-of-type .lh-metric:last-of-type {
border-bottom: 0;
}
}


Expand Down

0 comments on commit 6121826

Please sign in to comment.