Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 530b51a

Browse files
authored
Remove obsolete style blocks - search results in bubble layout (#8990)
* Remove an obsolete style block - mx_SenderProfile Signed-off-by: Suguru Hirahara <[email protected]> * Display own avatars as they no longer overlap Signed-off-by: Suguru Hirahara <[email protected]> * Empty commit Signed-off-by: Suguru Hirahara <[email protected]>
1 parent afcf6ce commit 530b51a

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

res/css/views/rooms/_EventBubbleTile.scss

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,6 @@ limitations under the License.
3131
margin-right: 60px;
3232
}
3333

34-
.mx_RoomView_searchResultsPanel {
35-
.mx_EventTile[data-layout=bubble] {
36-
.mx_SenderProfile {
37-
// Group layout adds a 64px left margin, which we really don't want on search results
38-
margin-left: 0;
39-
}
40-
41-
&[data-self=true] {
42-
// The avatars end up overlapping, so just hide them
43-
.mx_EventTile_avatar {
44-
display: none;
45-
}
46-
}
47-
}
48-
}
49-
5034
.mx_EventTile[data-layout=bubble] {
5135
--EventTile_bubble-margin-inline-start: 49px;
5236
--EventTile_bubble-margin-inline-end: 60px;

0 commit comments

Comments
 (0)