cantonbecker / bitcoinpaperwallet

JavaScript Client-Side Bitcoin Wallet Generator
https://www.bitaddress.org
453 stars 165 forks source link

Fixing overflow of private bitcoin addresses. #1

Closed obale closed 10 years ago

obale commented 11 years ago

On google chrome (27.0.1453.110) and mozilla firefox (21.0) the private keys are too long and flowing outside the background image.

Changing the font-size from 11px to 10px and reducing the left value by 10px (for both private key values).

obale commented 11 years ago

The problem seams to occur only on some browsers, maybe related to the screen size.

cantonbecker commented 10 years ago

Hi Obale, Thanks for the fix! However I think I might have circumvented this issue with the latest update. The distribution now includes an embedded fixed-width font that should render addresses identically on all browsers. It's also highly readable and all characters are well disambiguated. I'm eager to know if your problem is fixed by this version.

obale commented 10 years ago

Hi Cantonbecker,

with your changes the issues is fixed for me. Thank you for the fix and ignore this pull request as it is deprecated.

Regards

Alex

cantonbecker commented 10 years ago

Right on, I'm glad that sorted out the issue.