Fix local feed size

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-03-03 16:44:43 +01:00
parent d244ea3b14
commit 0e5297fcb0
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ limitations under the License.
}
.mx_VideoFeed_local {
width: 20%;
width: 25%;
height: 25%;
position: absolute;
right: 10px;
top: 10px;