mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 02:18:15 +01:00
Add key verification screen
Accessible from the menu on private conversations.
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user