Skip to content

Commit

Permalink
devtools report style tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jan 3, 2017
1 parent 83c4915 commit 4a2f97a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lighthouse-core/report/styles/report.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ span, div, p, section, header, h1, h2, li, ul {
--subheading-font-size: 16px;
--subheading-line-height: 20px;
--subheading-color: inherit;
--report-header-height: 0;
--heading-font-size: 20px;
--heading-line-height: 24px;
--subitem-indent: 24px;
Expand All @@ -76,6 +77,7 @@ html {
line-height: 1;
margin: 0;
padding: 0;
min-width: 455px;
}

html, body {
Expand Down Expand Up @@ -869,11 +871,16 @@ body {
}

:root[data-report-context="devtools"] .report {
margin: 0;
margin: 10px 10px;
padding: 10px;
box-shadow: none;
max-width: none;
width: auto;
}

:root[data-report-context="devtools"] report-body__aggregations-container > section:first-child {

This comment has been minimized.

Copy link
@ebidel

ebidel Jan 3, 2017

Contributor

missing a "."

.report-body__aggregations-container

This comment has been minimized.

Copy link
@paulirish

paulirish Jan 3, 2017

Author Member

thanks. fixed in 68ccb64

padding-top: calc(var(--heading-line-height) / 3);
}
:root[data-report-context="devtools"] .report-body__menu-container {
display: none;
}
Expand Down

0 comments on commit 4a2f97a

Please sign in to comment.