Fix cutout misalignment on some decorated room avatars (#7784)

This commit is contained in:
Michael Telatynski 2022-02-11 12:05:54 +00:00 committed by GitHub
parent 0541a224b5
commit d06ec845ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View file

@ -49,9 +49,13 @@ limitations under the License.
background-color: $panel-actions;
}
.mx_BaseAvatar {
.mx_DecoratedRoomAvatar {
margin-right: 8px;
width: 24px;
.mx_BaseAvatar {
width: inherit;
}
}
.mx_RecentlyViewedButton_entry_label {