From c74ff89458b6a88cbb1e473f84f71be8fd43a69c Mon Sep 17 00:00:00 2001 From: Boris Kubiak Date: Tue, 20 Feb 2018 19:05:11 +0100 Subject: [PATCH] Minor improvements, especially in mobile UI --- README.md | 10 ++++++---- src/App.vue | 4 ++++ src/vue/Corner.vue | 3 ++- src/vue/Description.vue | 8 +++++--- src/vue/Footer.vue | 4 ++++ src/vue/Headline.vue | 15 +-------------- src/vue/Statistics.vue | 7 +++++++ webpack.config.js | 13 +++++++++---- 8 files changed, 38 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 392d8dc..f2be68d 100644 --- a/README.md +++ b/README.md @@ -39,17 +39,19 @@ The keystore file is encrypted with a AES-128-CTR cipher using the BKDF2-SHA256 ## Performance -For some reason, the performance of Vanity-ETH can vary a lot from a browser to another. +For some reason, the performance of Vanity-ETH can vary a lot from a browser to another. Right now, Chrome seems to be +the one providing the best results. -Right now, Chrome seems to be the one providing the best results. +Using Vanity-ETH on your phone or tablet will work, but don't expect to reach the speed of a good old computer. ## Compatibility -All addresses generated with Vanity-ETH are ERC-20 compatible. +Any address generated with Vanity-ETH is ERC-20 compatible, which means you can use it for an ICO, an airdrop, or just +to withdraw your funds from an exchange. The keystore file is 100% compatible with MyEtherWallet, MetaMask, Mist, and geth. - + ## Local development diff --git a/src/App.vue b/src/App.vue index f21e849..4fda322 100644 --- a/src/App.vue +++ b/src/App.vue @@ -349,4 +349,8 @@ #content margin-top: 5em margin-bottom: 4em + + @media screen and (max-width: 480px) + .panel + padding: 1em diff --git a/src/vue/Corner.vue b/src/vue/Corner.vue index a10faa4..a9fbd38 100644 --- a/src/vue/Corner.vue +++ b/src/vue/Corner.vue @@ -1,6 +1,6 @@