From 192d779abbfc72d6839f16f7d1eced016368987d Mon Sep 17 00:00:00 2001 From: dansofter Date: Wed, 15 Jun 2022 07:52:15 -0400 Subject: [PATCH] remove whitespace at the bottom of the signer install page --- www/src/App.css | 5 +++++ www/src/App.tsx | 41 +++++++++++++++++++++++------------------ www/src/index.css | 2 ++ 3 files changed, 30 insertions(+), 18 deletions(-) diff --git a/www/src/App.css b/www/src/App.css index a5051589..4174f9d8 100755 --- a/www/src/App.css +++ b/www/src/App.css @@ -1,6 +1,11 @@ .App { text-align: center; +} + +#root { height: 100%; + display: flex; + flex-direction: column; } .App-logo { diff --git a/www/src/App.tsx b/www/src/App.tsx index c6473fde..8622f73e 100755 --- a/www/src/App.tsx +++ b/www/src/App.tsx @@ -24,7 +24,7 @@ function App() { }, []); return ( -
+
Your Gateway to Web3 Privacy. - Download Manta Signer @@ -92,11 +95,12 @@ function App() { {os === 'Mac' ? 'For macOS 10.15 or later' : os === 'Windows' - ? 'For Windows 10 or later' - : 'For Ubuntu 18.04 or later'} + ? 'For Windows 10 or later' + : 'For Ubuntu 18.04 or later'}

- Manta Signer enables access to all privacy tools and services on Manta Network, Calamari Network, and Dolphin Testnet. + Manta Signer enables access to all privacy tools and services on Manta + Network, Calamari Network, and Dolphin Testnet.

- Try MantaPay on the Dolphin Testnet - MantaPay allows users to privatize public assets, transfer private assets, and convert private assets back into public assets. + Try MantaPay on the Dolphin Testnet - MantaPay allows users to + privatize public assets, transfer private assets, and convert private + assets back into public assets.

Try Dolphin Testnet -
-
+ ); } diff --git a/www/src/index.css b/www/src/index.css index 6dd0b7db..7f2dd22c 100755 --- a/www/src/index.css +++ b/www/src/index.css @@ -9,6 +9,7 @@ body { sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + height: 100%; } code { @@ -32,4 +33,5 @@ html { --color-fill-secondary: #7e7e7e; --gradient-bg-primary: linear-gradient(to top bottom, #b0d2eb, white); --gradient-button-primary: linear-gradient(to left, #26c8bf, #1fa2f9); + height: 100%; }