-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
report: add html report viewing support for safari #6143
Conversation
…rops that were commented.
} | ||
|
||
/* Keep bytes columns narrow if they follow the URL column */ | ||
/* Keep columns narrow if they follow the URL column */ | ||
/* 12% width was found to be a good width for en and i18n without being too wide */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
12% was determined to be a decent narrow width, but wide enough for column headings
@@ -83,7 +85,8 @@ | |||
<template id="tmpl-lh-opportunity"> | |||
<div class="lh-audit lh-audit--load-opportunity"> | |||
<details class="lh-expandable-details"> | |||
<summary class="lh-audit__header lh-expandable-details__summary"> | |||
<summary> | |||
<div class="lh-audit__header lh-expandable-details__summary"> | |||
<div class="lh-load-opportunity__cols"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need some indentation fixes here
.lh-table-column--url + .lh-table-column--bytes + th.lh-table-column--timespanMs { | ||
max-width: var(--bytes-col-width); | ||
width: 12%; | ||
} | ||
|
||
.lh-table-column--code { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -648,6 +646,7 @@ | |||
} | |||
|
|||
.lh-header-sticky { | |||
position: -webkit-sticky; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the time almost certainly isn't now, but do you see a path of us bringing in some build process with prefixers?
Summary
Added Safari support! Main areas of focus were: