fix avatar stretched on 1:1 call (#12494)

Co-authored-by: Florian Duros <florianduros@element.io>
pull/28217/head
Ilan Varillon 2024-05-06 10:28:02 +02:00 committed by GitHub
parent f29823cdcc
commit c121167087
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ limitations under the License.
.mx_IncomingLegacyCallToast {
display: flex;
flex-direction: row;
align-items: flex-start;
pointer-events: initial; /* restore pointer events so the user can accept/decline */
.mx_IncomingLegacyCallToast_content {