badges and broken avatars

This commit is contained in:
Matthew Hodgson 2015-07-14 02:13:00 +01:00
parent 341fe868e4
commit 6b0167375c
7 changed files with 39 additions and 6 deletions

View file

@ -29,6 +29,11 @@ limitations under the License.
height: 32px;
}
.mx_MemberTile_avatar img {
border-radius: 16px;
background-color: #dbdbdb;
}
.mx_MemberTile_name {
display: table-cell;
vertical-align: middle;