From ab74ccb5aa794c09cb83918d9da77718f2579a5d Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Fri, 22 Dec 2023 20:42:23 -0800 Subject: [PATCH] use icon for download --- download-save.svg | 21 +++++++++++++++++++++ index.html | 5 ++++- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 download-save.svg diff --git a/download-save.svg b/download-save.svg new file mode 100644 index 0000000..9c274a9 --- /dev/null +++ b/download-save.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + diff --git a/index.html b/index.html index aae0877..59d8b0f 100644 --- a/index.html +++ b/index.html @@ -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. @@ -162,7 +165,7 @@ -

WebGPU Report
⬇️

+

WebGPU Report