Merge pull request #100 from thecodingmachine/fix/css

Minor Fix css style
This commit is contained in:
grégoire parant 2020-05-12 00:23:38 +02:00 committed by GitHub
commit 64483b8b59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,6 @@
body{
overflow: hidden;
}
video{
-webkit-transform: scaleX(-1);
transform: scaleX(-1);

View file

@ -5,7 +5,6 @@ import {
ListMessageUserPositionInterface
} from "../../Connexion";
import {SimplePeerInterface, SimplePeer} from "../../WebRtc/SimplePeer";
import {API_URL} from "../../Enum/EnvironmentVariable";
export enum StatusGameManagerEnum {
IN_PROGRESS = 1,