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;