Skip to content

Commit

Permalink
feat(html): reposition stryker image (#2593)
Browse files Browse the repository at this point in the history
Position Stryker image on the bottom of the report.
  • Loading branch information
nicojs committed Oct 30, 2020
1 parent 300b73f commit 21d635a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/reporters/html/templates/index.html
Expand Up @@ -8,7 +8,7 @@

<body>
<img class="stryker-image" alt="Stryker" src="stryker-80x80.png"
style="position: fixed; right: 0; top: 0; z-index: 10">
style="position: fixed; right: 10px; bottom: 10px; z-index: 10">
<mutation-test-report-app titlePostfix="Stryker">
Your browser doesn't support <a href="https://caniuse.com/#search=custom%20elements">custom elements</a>.
Please use a latest version of an evergreen browser (Firefox, Chrome, Safari, Opera, etc).
Expand Down

0 comments on commit 21d635a

Please sign in to comment.