diff options
author | Ian Coleman <ian@iancoleman.io> | 2017-11-29 09:54:04 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2017-11-29 10:28:09 +1100 |
commit | 9225b805d6674a45804d96b66ca4b77ba9d52c73 (patch) | |
tree | 319723c08489e66d5a294ce04ac69429e4818777 /src/css | |
parent | f2de7aa7d8794bf1cbfc7882552cc8706a477093 (diff) | |
download | BIP39-9225b805d6674a45804d96b66ca4b77ba9d52c73.tar.gz BIP39-9225b805d6674a45804d96b66ca4b77ba9d52c73.tar.zst BIP39-9225b805d6674a45804d96b66ca4b77ba9d52c73.zip |
Replace jquery.qrcode with kjua for QR codes
This handles UTF-8 content correctly
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/app.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css/app.css b/src/css/app.css index 4cf6295..897746b 100644 --- a/src/css/app.css +++ b/src/css/app.css | |||
@@ -83,7 +83,7 @@ body { | |||
83 | .qr-hint, | 83 | .qr-hint, |
84 | .qr-warning { | 84 | .qr-warning { |
85 | padding: 2px; | 85 | padding: 2px; |
86 | max-width: 150px; | 86 | max-width: 320px; |
87 | } | 87 | } |
88 | .more-info { | 88 | .more-info { |
89 | cursor: help; | 89 | cursor: help; |