diff --git a/stylesheets/_index.scss b/stylesheets/_index.scss index c42c49ec5a8..3572a904c1a 100644 --- a/stylesheets/_index.scss +++ b/stylesheets/_index.scss @@ -119,7 +119,7 @@ input.search { .new-contact { display: none; background: $grey_l; - .name { display: none; } + .name, .last-timestamp, .avatar { display: none; } .contact-details::before { content: 'Create new contact'; display: block; diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 9df669be7dc..d1b82a9cc8c 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -451,7 +451,7 @@ input.search { .new-contact { display: none; background: #f3f3f3; } - .new-contact .name { + .new-contact .name, .new-contact .last-timestamp, .new-contact .avatar { display: none; } .new-contact .contact-details::before { content: 'Create new contact';