From cfc13c58cde9349c40fd3f084f2be286e3b79967 Mon Sep 17 00:00:00 2001 From: Germain Date: Mon, 3 Jul 2023 16:30:55 +0100 Subject: [PATCH] Make event info size consistent with state events (#11181) --- res/css/views/right_panel/_TimelineCard.pcss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/css/views/right_panel/_TimelineCard.pcss b/res/css/views/right_panel/_TimelineCard.pcss index 9142f8d5ec..e08c198ab0 100644 --- a/res/css/views/right_panel/_TimelineCard.pcss +++ b/res/css/views/right_panel/_TimelineCard.pcss @@ -66,6 +66,10 @@ limitations under the License. .mx_EventTile_avatar { inset-inline-start: 18px; } + + /* Info events should have the same size as state events, those + * are usually wrapped in a generic event list summary */ + font: var(--cpd-font-body-sm-regular); } .mx_EventTile_avatar {