mirror of https://github.com/vector-im/riot-web
Fix call events layout for message bubble
parent
3429f73efc
commit
43f809ccc8
|
@ -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));
|
||||||
|
|
Loading…
Reference in New Issue