Auto-reconnect
This commit is contained in:
Vendored
+1
-1
@@ -9,7 +9,7 @@
|
||||
<link rel="stylesheet" href="/resources/style/style.css">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body style="margin: 0">
|
||||
<body id="body" style="margin: 0">
|
||||
<script src="bundle.js"></script>
|
||||
<div id="webRtc" class="webrtc">
|
||||
<div id="activeCam" class="activeCam">
|
||||
|
||||
Vendored
+22
@@ -1,6 +1,28 @@
|
||||
body{
|
||||
overflow: hidden;
|
||||
}
|
||||
body .message-info{
|
||||
width: 20%;
|
||||
height: auto;
|
||||
min-height: 30px;
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
left: 40%;
|
||||
padding-top: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
body .message-info.error{
|
||||
background: red;
|
||||
}
|
||||
body .message-info.success{
|
||||
background: green;
|
||||
}
|
||||
body .message-info.info{
|
||||
background: dodgerblue;
|
||||
}
|
||||
body .message-info.warning{
|
||||
background: #ffa500d6;
|
||||
}
|
||||
video{
|
||||
-webkit-transform: scaleX(-1);
|
||||
transform: scaleX(-1);
|
||||
|
||||
Reference in New Issue
Block a user