From 4a573ed385d7f3df7ac5f4f687f4e9db40397556 Mon Sep 17 00:00:00 2001 From: Karissa McKelvey <633012+okdistribute@users.noreply.github.com> Date: Mon, 17 Feb 2020 22:16:04 -0800 Subject: [PATCH] fix: When downloading a dat, ensure Download button is visible. --- README.md | 2 +- app/components/inspect.js | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8df9859d..d243b418 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ To run _Dat Desktop_ in development mode: ```sh -node --version # v8.12.0 +node --version # v12.4.0 npm install # install dependencies npm start # start the application ``` diff --git a/app/components/inspect.js b/app/components/inspect.js index 39820522..a0bd18ca 100644 --- a/app/components/inspect.js +++ b/app/components/inspect.js @@ -36,7 +36,6 @@ const Label = styled.div` ` const Column = styled.div` - width: 100%; overflow: hidden; padding: 0.25rem; ` @@ -81,7 +80,7 @@ const Inspect = ({
{dat.path}@@ -108,7 +107,12 @@ const Inspect = ({ CHANGE...
Download this Dat now?