1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-04 11:51:45 +03:00

Merge pull request #6656 from SimonBrandner/task/move-pip-css

Move `CallPreview` CSS
This commit is contained in:
Germain
2021-08-23 09:07:53 +01:00
committed by GitHub
2 changed files with 11 additions and 13 deletions

View File

@@ -26,19 +26,6 @@ limitations under the License.
// different level. // different level.
pointer-events: none; pointer-events: none;
.mx_CallPreview {
pointer-events: initial; // restore pointer events so the user can leave/interact
.mx_VideoFeed_remote.mx_VideoFeed_voice {
min-height: 150px;
}
.mx_VideoFeed_local {
border-radius: 8px;
overflow: hidden;
}
}
.mx_AppTile_persistedWrapper div { .mx_AppTile_persistedWrapper div {
min-width: 350px; min-width: 350px;
} }

View File

@@ -18,4 +18,15 @@ limitations under the License.
position: fixed; position: fixed;
left: 0; left: 0;
top: 0; top: 0;
pointer-events: initial; // restore pointer events so the user can leave/interact
.mx_VideoFeed_remote.mx_VideoFeed_voice {
min-height: 150px;
}
.mx_VideoFeed_local {
border-radius: 8px;
overflow: hidden;
}
} }