Make fingerprints selectable

Fixes #500
Closes #501

// FREEBIE
This commit is contained in:
lilia 2015-12-11 11:13:01 -08:00
parent a23e862e62
commit adf919e0fe
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -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)); }