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

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 {