From f08f764f223fe49b63f2aaaedc602d3989f72372 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Tue, 3 May 2022 13:28:17 +0000 Subject: [PATCH] Specify position of DisambiguatedProfile inside a thread on bubble message layout (#8452) --- res/css/views/rooms/_EventBubbleTile.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/res/css/views/rooms/_EventBubbleTile.scss b/res/css/views/rooms/_EventBubbleTile.scss index 93b5c789d7..29888908fa 100644 --- a/res/css/views/rooms/_EventBubbleTile.scss +++ b/res/css/views/rooms/_EventBubbleTile.scss @@ -96,7 +96,11 @@ limitations under the License. line-height: $font-18px; } - > .mx_DisambiguatedProfile { + // inside mx_RoomView_MessageList, outside of mx_ReplyTile + // (on the main panel and the chat panel with a maximized widget) + > .mx_DisambiguatedProfile, + // inside a thread, outside of mx_ReplyTile + .mx_EventTile_senderDetails > .mx_DisambiguatedProfile { position: relative; top: -2px; left: 2px;