Skip to content

Commit

Permalink
fix avatar stretched on 1:1 call (#12494)
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Duros <[email protected]>
  • Loading branch information
I-lander and florianduros authored May 6, 2024
1 parent f29823c commit c121167
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit c121167

Please sign in to comment.