Adjust chat styling slightly (#396)

This commit is contained in:
Ben Halpern 2018-06-06 16:20:32 -04:00 committed by GitHub
parent ab85216621
commit ffd1fd3b9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,7 @@
justify-content: space-between;
border: 1px solid $outline-color;
box-shadow: $bold-shadow;
background: white;
}
.activechatchannel__messages {
@ -90,7 +91,7 @@
// justify-content: space-between;
&:hover {
background: #e3e3e3;
background: $light-gray;
}
}
@ -175,6 +176,7 @@
font-size: 11px;
color: lightgray;
min-width: 95px;
padding-top: 4px;
}
.chatmessagebody__profileimage {