From bc6af3a8391384cfce0552ca05aa4f8ca05abc3c Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Thu, 7 Apr 2022 16:03:13 +0300 Subject: [PATCH] update download buttons style --- src/components/Profile/History/ComputeJobs/Details.tsx | 4 ++-- src/components/Profile/History/ComputeJobs/Results.module.css | 4 ++++ src/components/Profile/History/ComputeJobs/Results.tsx | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/Profile/History/ComputeJobs/Details.tsx b/src/components/Profile/History/ComputeJobs/Details.tsx index e90be34e2..be61ef1a2 100644 --- a/src/components/Profile/History/ComputeJobs/Details.tsx +++ b/src/components/Profile/History/ComputeJobs/Details.tsx @@ -33,8 +33,8 @@ function Asset({

- {`${symbol} | `} - {did} + {`${symbol} | `} + {did}

) diff --git a/src/components/Profile/History/ComputeJobs/Results.module.css b/src/components/Profile/History/ComputeJobs/Results.module.css index b270c97c3..d8800d08f 100644 --- a/src/components/Profile/History/ComputeJobs/Results.module.css +++ b/src/components/Profile/History/ComputeJobs/Results.module.css @@ -3,6 +3,10 @@ border-bottom-left-radius: var(--border-radius) !important; } +.results li { + list-style-type: none; +} + .help { margin-top: calc(var(--spacer) / 3); } diff --git a/src/components/Profile/History/ComputeJobs/Results.tsx b/src/components/Profile/History/ComputeJobs/Results.tsx index b3bdb0de2..f2bc75c71 100644 --- a/src/components/Profile/History/ComputeJobs/Results.tsx +++ b/src/components/Profile/History/ComputeJobs/Results.tsx @@ -56,7 +56,7 @@ export default function Results({ onClick={() => downloadResults(i)} disabled={isLoading || !isFinished} > - {jobResult.filename} + {`Download ${jobResult.filename}`} ) : (