Fix MSC2530 caption not showing with bubbles mode

This commit is contained in:
Clansty 2024-12-03 11:17:07 +08:00
parent 0429809c00
commit 2cfd1b2585
No known key found for this signature in database
GPG key ID: 3A6BE8BAF2EDE134

View file

@ -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 {
@ -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;