From 580025d43451db5c5478b8ed4ce8a6fac01ce923 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Wed, 6 Jul 2022 02:56:15 +0900 Subject: [PATCH 1/3] Remove an obsolete style block - mx_SenderProfile Signed-off-by: Suguru Hirahara --- res/css/views/rooms/_EventBubbleTile.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/res/css/views/rooms/_EventBubbleTile.scss b/res/css/views/rooms/_EventBubbleTile.scss index 08acc7b3b32..ce0480daaa9 100644 --- a/res/css/views/rooms/_EventBubbleTile.scss +++ b/res/css/views/rooms/_EventBubbleTile.scss @@ -33,11 +33,6 @@ limitations under the License. .mx_RoomView_searchResultsPanel { .mx_EventTile[data-layout=bubble] { - .mx_SenderProfile { - // Group layout adds a 64px left margin, which we really don't want on search results - margin-left: 0; - } - &[data-self=true] { // The avatars end up overlapping, so just hide them .mx_EventTile_avatar { From cc9a9e4902cd62942480a26910c4a2064d07b41e Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Wed, 6 Jul 2022 03:07:21 +0900 Subject: [PATCH 2/3] Display own avatars as they no longer overlap Signed-off-by: Suguru Hirahara --- res/css/views/rooms/_EventBubbleTile.scss | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/res/css/views/rooms/_EventBubbleTile.scss b/res/css/views/rooms/_EventBubbleTile.scss index ce0480daaa9..21fcdf00755 100644 --- a/res/css/views/rooms/_EventBubbleTile.scss +++ b/res/css/views/rooms/_EventBubbleTile.scss @@ -31,17 +31,6 @@ limitations under the License. margin-right: 60px; } -.mx_RoomView_searchResultsPanel { - .mx_EventTile[data-layout=bubble] { - &[data-self=true] { - // The avatars end up overlapping, so just hide them - .mx_EventTile_avatar { - display: none; - } - } - } -} - .mx_EventTile[data-layout=bubble] { --EventTile_bubble-margin-inline-start: 49px; --EventTile_bubble-margin-inline-end: 60px; From ea80db888cb570cfd896679da9acf264501436fa Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Wed, 6 Jul 2022 11:34:51 +0900 Subject: [PATCH 3/3] Empty commit Signed-off-by: Suguru Hirahara