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
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -1,3 +1,6 @@
body{
overflow: hidden;
}
video{ video{
-webkit-transform: scaleX(-1); -webkit-transform: scaleX(-1);
transform: scaleX(-1); transform: scaleX(-1);
-1
View File
@@ -5,7 +5,6 @@ import {
ListMessageUserPositionInterface ListMessageUserPositionInterface
} from "../../Connexion"; } from "../../Connexion";
import {SimplePeerInterface, SimplePeer} from "../../WebRtc/SimplePeer"; import {SimplePeerInterface, SimplePeer} from "../../WebRtc/SimplePeer";
import {API_URL} from "../../Enum/EnvironmentVariable";
export enum StatusGameManagerEnum { export enum StatusGameManagerEnum {
IN_PROGRESS = 1, IN_PROGRESS = 1,