diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index 06e72b8b5..0f2959cff 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -27,6 +27,8 @@ } .key-verification { + background: white; + p { padding: 1em; } diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index d1b82a9cc..88dd6b39c 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -510,11 +510,13 @@ input.search { .conversation, .message-list, .message-detail, .key-verification { height: 100%; } -.key-verification p { - padding: 1em; } -.key-verification .key { - font-family: monospace; - padding: 0 1em; } +.key-verification { + background: white; } + .key-verification p { + padding: 1em; } + .key-verification .key { + font-family: monospace; + padding: 0 1em; } .message-detail { background: #f3f3f3; }