1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Fix call events layout for message bubble

This commit is contained in:
Germain Souquet
2021-07-23 15:15:44 +02:00
parent 3429f73efc
commit 43f809ccc8

View File

@@ -230,6 +230,12 @@ limitations under the License.
}
}
&.mx_EventTile_bubbleContainer {
.mx_EventTile_info {
min-width: 100%;
}
}
& ~ .mx_EventListSummary {
--maxWidth: 80%;
margin-left: calc(var(--avatarSize) + var(--gutterSize));