mirror of https://github.com/vector-im/riot-web
fix avatar stretched on 1:1 call (#12494)
Co-authored-by: Florian Duros <florianduros@element.io>pull/28217/head
parent
f29823cdcc
commit
c121167087
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue