Skip to content

Commit

Permalink
use icon for download
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Dec 23, 2023
1 parent a7348d2 commit ab74ccb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
21 changes: 21 additions & 0 deletions download-save.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@
padding-left: 1em;
cursor: pointer;
}
#download img {
width: 1em;
}
/*
This class is used to show text that is only available
when the user copies text or downloads the report to a file.
Expand All @@ -162,7 +165,7 @@
<style id="dynamic-style"></style>
</head>
<body>
<h1><img src="webgpu-notext.svg" class="logo">WebGPU Report <div class="hide-on-copy" title="download to file" id="download">⬇️</div></h1>
<h1><img src="webgpu-notext.svg" class="logo">WebGPU Report <div class="hide-on-copy" title="download to file" id="download"><img src="download-save.svg"></div></h1>
<div id="content"></div>
<style>
#forkongithub {
Expand Down

0 comments on commit ab74ccb

Please sign in to comment.