From 530b51a5ac4d8b96fcf34b0608024f27c03d2062 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Wed, 6 Jul 2022 07:47:01 +0000 Subject: [PATCH] Remove obsolete style blocks - search results in bubble layout (#8990) * Remove an obsolete style block - mx_SenderProfile Signed-off-by: Suguru Hirahara * Display own avatars as they no longer overlap Signed-off-by: Suguru Hirahara * Empty commit Signed-off-by: Suguru Hirahara --- res/css/views/rooms/_EventBubbleTile.scss | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/res/css/views/rooms/_EventBubbleTile.scss b/res/css/views/rooms/_EventBubbleTile.scss index 08acc7b3b3..21fcdf0075 100644 --- a/res/css/views/rooms/_EventBubbleTile.scss +++ b/res/css/views/rooms/_EventBubbleTile.scss @@ -31,22 +31,6 @@ limitations under the License. margin-right: 60px; } -.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 { - display: none; - } - } - } -} - .mx_EventTile[data-layout=bubble] { --EventTile_bubble-margin-inline-start: 49px; --EventTile_bubble-margin-inline-end: 60px;