Make fingerprints selectable

Fixes #500
Closes #501

// FREEBIE
pull/749/head
lilia 9 years ago
parent a23e862e62
commit adf919e0fe

@ -52,6 +52,7 @@
.key {
font-family: monospace;
padding: 0 1em;
-webkit-user-select: text;
}
}

@ -620,7 +620,8 @@ input.search {
padding: 1em; }
.key-verification .key {
font-family: monospace;
padding: 0 1em; }
padding: 0 1em;
-webkit-user-select: text; }
.message-detail .container {
height: calc(100% - (36px + 4px)); }

Loading…
Cancel
Save