element-web/res/css/views/voip/_VideoFeed.scss
Šimon Brandner 2e535d2a99
Fix CSS to make it work with resizing
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-03-02 20:33:34 +01:00

35 lines
891 B
SCSS

/*
Copyright 2015, 2016, 2020 The Matrix.org Foundation C.I.C.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_VideoFeed_remote {
width: 100%;
height: 100%;
background-color: #000;
z-index: 50;
}
.mx_VideoFeed_local {
width: 20%;
position: absolute;
right: 10px;
top: 10px;
z-index: 100;
border-radius: 4px;
}
.mx_VideoFeed_mirror {
transform: scale(-1, 1);
}