Fix avatar decorations in thread activity centre not being atop avatar (#31789)
* Fix avatar decorations in thread activity centre not being atop avatar Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Delint Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update snapshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
b8ad0b93db
commit
f236c26356
@@ -34,7 +34,7 @@ exports[`ThreadsActivityCentre renders notifications matching the snapshot 1`] =
|
||||
tabindex="-1"
|
||||
>
|
||||
<div
|
||||
class="_icon_lqfwq_50"
|
||||
class="mx_DecoratedRoomAvatar _icon_lqfwq_50"
|
||||
>
|
||||
<span
|
||||
class="_avatar_zysgz_8 mx_BaseAvatar _avatar-imageless_zysgz_55"
|
||||
@@ -82,7 +82,7 @@ exports[`ThreadsActivityCentre renders notifications matching the snapshot 1`] =
|
||||
tabindex="-1"
|
||||
>
|
||||
<div
|
||||
class="_icon_lqfwq_50"
|
||||
class="mx_DecoratedRoomAvatar _icon_lqfwq_50"
|
||||
>
|
||||
<span
|
||||
class="_avatar_zysgz_8 mx_BaseAvatar _avatar-imageless_zysgz_55"
|
||||
@@ -193,7 +193,7 @@ exports[`ThreadsActivityCentre should order the room with the same notification
|
||||
tabindex="-1"
|
||||
>
|
||||
<div
|
||||
class="_icon_lqfwq_50"
|
||||
class="mx_DecoratedRoomAvatar _icon_lqfwq_50"
|
||||
>
|
||||
<span
|
||||
class="_avatar_zysgz_8 mx_BaseAvatar _avatar-imageless_zysgz_55"
|
||||
@@ -241,7 +241,7 @@ exports[`ThreadsActivityCentre should order the room with the same notification
|
||||
tabindex="-1"
|
||||
>
|
||||
<div
|
||||
class="_icon_lqfwq_50"
|
||||
class="mx_DecoratedRoomAvatar _icon_lqfwq_50"
|
||||
>
|
||||
<span
|
||||
class="_avatar_zysgz_8 mx_BaseAvatar _avatar-imageless_zysgz_55"
|
||||
@@ -289,7 +289,7 @@ exports[`ThreadsActivityCentre should order the room with the same notification
|
||||
tabindex="-1"
|
||||
>
|
||||
<div
|
||||
class="_icon_lqfwq_50"
|
||||
class="mx_DecoratedRoomAvatar _icon_lqfwq_50"
|
||||
>
|
||||
<span
|
||||
class="_avatar_zysgz_8 mx_BaseAvatar _avatar-imageless_zysgz_55"
|
||||
|
||||
Reference in New Issue
Block a user