Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix MSC2530 caption not showing with bubbles mode #28620

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
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
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