cc
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
<body>
|
||||
<div class="viewer-container">
|
||||
<div class="overlay glass" id="overlay">
|
||||
<h1>Waiting for stream...</h1>
|
||||
<h1>Offline</h1>
|
||||
<div class="status-indicator">
|
||||
<span class="dot pulse"></span>
|
||||
<span>Connecting to Broadcaster</span>
|
||||
<span>Waiting for stream…</span>
|
||||
</div>
|
||||
</div>
|
||||
<video id="remoteVideo" autoplay playsinline controls muted></video>
|
||||
|
||||
@@ -116,7 +116,7 @@ p {
|
||||
|
||||
@keyframes pulse-animation {
|
||||
0% {
|
||||
box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);
|
||||
box-shadow: 0 0 0 0 rgba(12, 206, 12, 0.7);
|
||||
}
|
||||
70% {
|
||||
box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);
|
||||
|
||||
Reference in New Issue
Block a user