Merge pull request #7928 from capilkey/fix-user-avatar-width

Make user-list avatar the same width as chat avatar
This commit is contained in:
Chad Pilkey 2019-08-14 17:11:32 -04:00 committed by GitHub
commit d2f18f5d77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@
}
.userAvatar {
flex: 0 0 2.2rem;
flex: 0 0 2.25rem;
}
.userItemContents {