Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit c121167

Browse files
fix avatar stretched on 1:1 call (#12494)
Co-authored-by: Florian Duros <[email protected]>
1 parent f29823c commit c121167

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

res/css/views/toasts/_IncomingLegacyCallToast.pcss

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ limitations under the License.
1818
.mx_IncomingLegacyCallToast {
1919
display: flex;
2020
flex-direction: row;
21+
align-items: flex-start;
2122
pointer-events: initial; /* restore pointer events so the user can accept/decline */
2223

2324
.mx_IncomingLegacyCallToast_content {

0 commit comments

Comments
 (0)