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

fix avatar stretched on 1:1 call #12494

Merged
merged 2 commits into from
May 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions res/css/views/toasts/_IncomingLegacyCallToast.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading