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

Co-authored-by: Florian Duros <florianduros@element.io>
This commit is contained in:
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

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 {