Add background color on key verification screen
// FREEBIE
This commit is contained in:
@@ -27,6 +27,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.key-verification {
|
.key-verification {
|
||||||
|
background: white;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
@@ -510,11 +510,13 @@ input.search {
|
|||||||
.conversation, .message-list, .message-detail, .key-verification {
|
.conversation, .message-list, .message-detail, .key-verification {
|
||||||
height: 100%; }
|
height: 100%; }
|
||||||
|
|
||||||
.key-verification p {
|
.key-verification {
|
||||||
padding: 1em; }
|
background: white; }
|
||||||
.key-verification .key {
|
.key-verification p {
|
||||||
font-family: monospace;
|
padding: 1em; }
|
||||||
padding: 0 1em; }
|
.key-verification .key {
|
||||||
|
font-family: monospace;
|
||||||
|
padding: 0 1em; }
|
||||||
|
|
||||||
.message-detail {
|
.message-detail {
|
||||||
background: #f3f3f3; }
|
background: #f3f3f3; }
|
||||||
|
Reference in New Issue
Block a user