Skip to content

Commit

Permalink
[mirotalkbro] - improve UI
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jan 20, 2025
1 parent 9cc27e4 commit b9f6caa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion public/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ button:hover {
transform: translate(-50%, -50%);
}

video {
background: #000;
}

video:fullscreen {
object-fit: contain;
}
Expand Down Expand Up @@ -311,7 +315,7 @@ td button:hover {
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-size: 24px;
font-size: 18px;
padding: 10px 20px;
border-radius: 1rem;
pointer-events: none;
Expand Down
2 changes: 1 addition & 1 deletion public/views/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</div>
</div>
<div class="container">
<video class="not-selectable" poster="../assets/images/loader.gif"></video>
<video class="not-selectable"></video>
<div class="video-off">
<img id="videoOff" class="video-off" src="../assets/images/videoOff.png" />
</div>
Expand Down

0 comments on commit b9f6caa

Please sign in to comment.