From 229d139568dafb069127cf883ced954ef9a176c9 Mon Sep 17 00:00:00 2001 From: Germain Souquet Date: Thu, 22 Jul 2021 15:22:18 +0200 Subject: [PATCH] Always display the Sender in the reply tile --- res/css/views/rooms/_EventBubbleTile.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/res/css/views/rooms/_EventBubbleTile.scss b/res/css/views/rooms/_EventBubbleTile.scss index 6bc75e650e..cac463d4db 100644 --- a/res/css/views/rooms/_EventBubbleTile.scss +++ b/res/css/views/rooms/_EventBubbleTile.scss @@ -97,6 +97,11 @@ limitations under the License. .mx_SenderProfile { display: none; } + + .mx_ReplyTile .mx_SenderProfile { + display: block; + } + .mx_ReactionsRow { float: right; clear: right;