]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - src/css/app.css
Add csv display of addresses
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / css / app.css
index 4cf62955f1f396f9458a9bce4532e914d68d6074..71109ef47668648528a7b31e12c7cc27c8659696 100644 (file)
@@ -83,7 +83,7 @@ body {
 .qr-hint,
 .qr-warning {
     padding: 2px;
-    max-width: 150px;
+    max-width: 320px;
 }
 .more-info {
     cursor: help;
@@ -95,3 +95,11 @@ body {
     top: 5px;
     right: 5px;
 }
+.csv {
+    margin-top: 20px;
+    margin-bottom: 20px;
+    white-space: pre;
+    overflow-wrap: normal;
+    overflow-x: scroll;
+    font-family: monospace;
+}