You've already forked matrix-react-sdk
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:
@@ -230,6 +230,12 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.mx_EventTile_bubbleContainer {
|
||||||
|
.mx_EventTile_info {
|
||||||
|
min-width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
& ~ .mx_EventListSummary {
|
& ~ .mx_EventListSummary {
|
||||||
--maxWidth: 80%;
|
--maxWidth: 80%;
|
||||||
margin-left: calc(var(--avatarSize) + var(--gutterSize));
|
margin-left: calc(var(--avatarSize) + var(--gutterSize));
|
||||||
|
|||||||
Reference in New Issue
Block a user