Skip to content

Commit

Permalink
Fix MSC2530 caption not showing with bubbles mode
Browse files Browse the repository at this point in the history
  • Loading branch information
clansty committed Dec 3, 2024
1 parent 0429809 commit 2cfd1b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions res/css/views/rooms/_EventBubbleTile.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Please see LICENSE files in the repository root for full details.

.mx_EventTile_content {
margin-right: 0;
height: max-content;
}

.mx_EventTile_avatar {
Expand Down Expand Up @@ -526,6 +527,10 @@ Please see LICENSE files in the repository root for full details.
max-width: 100%;
}

.mx_EventTile_caption {
padding: 0.5em 0em 1.5em 0em;
}

.mx_LegacyCallEvent_wrapper,
.mx_CallEvent_wrapper {
justify-content: center;
Expand Down

0 comments on commit 2cfd1b2

Please sign in to comment.