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

Make event info size consistent with state events #11181

Merged
merged 1 commit into from
Jul 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions res/css/views/right_panel/_TimelineCard.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down