Fix avatars in conversation view
// FREEBIE
This commit is contained in:
parent
9a4a91b5b5
commit
1696898112
3 changed files with 4 additions and 2 deletions
|
@ -258,6 +258,7 @@
|
|||
.avatar {
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
line-height: 36px;
|
||||
}
|
||||
|
||||
.meta {
|
||||
|
|
|
@ -621,7 +621,8 @@ input.search {
|
|||
.message-detail .avatar,
|
||||
.message-list .avatar {
|
||||
height: 36px;
|
||||
width: 36px; }
|
||||
width: 36px;
|
||||
line-height: 36px; }
|
||||
.message-detail .meta,
|
||||
.message-list .meta {
|
||||
margin-top: 3px;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue