This commit is contained in:
凌莞~(=^▽^=) 2024-12-10 15:22:06 +08:00 committed by GitHub
commit 40b963f87a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,6 +48,7 @@ Please see LICENSE files in the repository root for full details.
.mx_EventTile_content { .mx_EventTile_content {
margin-right: 0; margin-right: 0;
height: max-content;
} }
.mx_EventTile_avatar { .mx_EventTile_avatar {
@ -526,6 +527,10 @@ Please see LICENSE files in the repository root for full details.
max-width: 100%; max-width: 100%;
} }
.mx_EventTile_caption {
padding: 0.5em 0em 1.5em 0em;
}
.mx_LegacyCallEvent_wrapper, .mx_LegacyCallEvent_wrapper,
.mx_CallEvent_wrapper { .mx_CallEvent_wrapper {
justify-content: center; justify-content: center;