Windows: prevent PiP avatar from being dragged
This commit is contained in:
@@ -6597,6 +6597,12 @@ button.module-image__border-overlay:focus {
|
|||||||
.module-ongoing-call__group-call-remote-participant--audio-muted::after {
|
.module-ongoing-call__group-call-remote-participant--audio-muted::after {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// The avatar image can be dragged on Windows.
|
||||||
|
.module-avatar img {
|
||||||
|
-webkit-user-drag: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&--local {
|
&--local {
|
||||||
@@ -6607,11 +6613,6 @@ button.module-image__border-overlay:focus {
|
|||||||
transform: rotateY(180deg);
|
transform: rotateY(180deg);
|
||||||
width: 32px;
|
width: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--avatar img {
|
|
||||||
-webkit-user-drag: none;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__actions {
|
&__actions {
|
||||||
|
Reference in New Issue
Block a user