From 818b2d43578ec55d05b6bd527605f76d5fb07c37 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sun, 26 Jun 2022 14:31:29 +0900 Subject: [PATCH] Remove a special declaration about position of avatars on TimelineCard Signed-off-by: Suguru Hirahara --- res/css/views/right_panel/_TimelineCard.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/res/css/views/right_panel/_TimelineCard.scss b/res/css/views/right_panel/_TimelineCard.scss index 9e5d1b1cc14..dd766790ee7 100644 --- a/res/css/views/right_panel/_TimelineCard.scss +++ b/res/css/views/right_panel/_TimelineCard.scss @@ -36,7 +36,6 @@ limitations under the License. &[data-layout=group] { .mx_EventTile_avatar { position: absolute; // for IRC layout - top: 12px; left: -3px; } }