A few fixes for the contact detail screen (#2374)

* Only show 'send message' on contact detail when user has account

* Make contact detail headers visible in dark mode

* Fix vertical scrolling for very large contact in detail pane

* Fix a couple comment typos
This commit is contained in:
Scott Nonnenberg
2018-05-23 12:15:46 -07:00
committed by GitHub
parent 84759d813e
commit d54aedcefa
5 changed files with 34 additions and 8 deletions
+4
View File
@@ -862,6 +862,10 @@ span.status {
margin-top: -2px;
}
.contact-detail-pane {
overflow-y: scroll;
}
.contact-detail {
text-align: center;
max-width: 300px;