Add key verification screen

Accessible from the menu on private conversations.
This commit is contained in:
lilia
2015-02-26 18:10:04 -08:00
parent 33b9a11e65
commit dcc1588219
6 changed files with 132 additions and 3 deletions

View File

@@ -280,9 +280,20 @@ input.new-message {
.conversation {
padding: 36px 0; }
.conversation, .discussion-container, .message-list, .message-detail {
.conversation, .discussion-container, .message-list, .message-detail, .key-verification {
height: 100%; }
.key-verification {
padding: 36px 0 0; }
.key-verification .container {
height: 100%;
overflow: auto; }
.key-verification p {
padding: 1em; }
.key-verification .key {
font-family: monospace;
padding: 0 1em; }
.message-detail {
padding: 36px 0 0;
background: #f3f3f3; }