Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit b8a3b29

Browse files
authored
[Release] Fix cutout misalignment on some decorated room avatars (#7785)
1 parent db34ff8 commit b8a3b29

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

res/css/views/dialogs/_SpotlightDialog.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,13 @@ limitations under the License.
148148

149149
.mx_DecoratedRoomAvatar {
150150
margin-right: 8px;
151+
width: 20px;
152+
height: 20px;
153+
154+
.mx_BaseAvatar {
155+
width: inherit;
156+
height: inherit;
157+
}
151158
}
152159

153160
.mx_NotificationBadge {

res/css/views/rooms/_RecentlyViewedButton.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,13 @@ limitations under the License.
4949
background-color: $panel-actions;
5050
}
5151

52-
.mx_BaseAvatar {
52+
.mx_DecoratedRoomAvatar {
5353
margin-right: 8px;
5454
width: 24px;
55+
56+
.mx_BaseAvatar {
57+
width: inherit;
58+
}
5559
}
5660

5761
.mx_RecentlyViewedButton_entry_label {

0 commit comments

Comments
 (0)