Fix MemberAvatar rendering and thread info color (#7085)

This commit is contained in:
Germain 2021-11-04 17:10:22 +00:00 committed by GitHub
parent a76fa5d624
commit aacea8d87b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 2 deletions

View file

@ -673,7 +673,7 @@ $left-gutter: 64px;
padding-right: 16px;
padding-top: 8px;
padding-bottom: 8px;
font-size: 12px;
font-size: $font-12px;
color: $secondary-content;
box-sizing: border-box;
justify-content: flex-start;
@ -694,6 +694,13 @@ $left-gutter: 64px;
overflow: hidden;
white-space: nowrap;
padding-left: 8px;
font-size: $font-12px;
line-height: calc(2 * $font-12px);
color: $secondary-content;
}
.mx_ThreadInfo_avatar {
float: left;
}
.mx_ThreadInfo_thread-icon {