From eb10c3647b623f96b8430bf41a766bf34a9fd821 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sat, 14 May 2022 13:11:01 +0000 Subject: [PATCH] Remove an obsolete declaration for DisambiguatedProfile of EventTile on modern layout (#8596) --- res/css/views/right_panel/_TimelineCard.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/res/css/views/right_panel/_TimelineCard.scss b/res/css/views/right_panel/_TimelineCard.scss index d184efad5c..6b4c0d2361 100644 --- a/res/css/views/right_panel/_TimelineCard.scss +++ b/res/css/views/right_panel/_TimelineCard.scss @@ -110,14 +110,6 @@ limitations under the License. } } - .mx_GroupLayout { - .mx_EventTile { - > .mx_DisambiguatedProfile { - margin-left: 36px; - } - } - } - .mx_CallEvent_wrapper { justify-content: center; margin: auto 5px;