1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Merge pull request #6551 from SimonBrandner/fix/pip-cursor/18383

Fix wrong cursor being used in PiP
This commit is contained in:
Germain
2021-08-04 16:41:49 +01:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -28,7 +28,6 @@ limitations under the License.
.mx_CallPreview {
pointer-events: initial; // restore pointer events so the user can leave/interact
cursor: pointer;
.mx_VideoFeed_remote.mx_VideoFeed_voice {
min-height: 150px;

View File

@@ -208,6 +208,7 @@ limitations under the License.
align-items: center;
justify-content: left;
flex-shrink: 0;
cursor: pointer;
}
.mx_CallView_header_callType {