[mirotalk] - improve UI

This commit is contained in:
Miroslav Pejic
2022-03-01 17:04:15 +01:00
parent b6afcedde8
commit fb4d8d2e6f
4 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
"dependencies": {
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^14.2.0",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"ngrok": "^4.3.0",
"socket.io": "^4.4.1",
+5
View File
@@ -697,6 +697,10 @@ video:fullscreen {
position: relative;
}
video:hover {
opacity: 0.8;
}
.video.one {
width: 100vw;
height: 100vh;
@@ -855,6 +859,7 @@ video:fullscreen {
#lockUnlockRoomBtn,
#speechRecognitionStart,
#speechRecognitionStop {
font-size: 1rem;
padding: 5px;
border-radius: 5px;
color: white;
+2 -2
View File
@@ -461,8 +461,8 @@ function setButtonsToolTip() {
setTippy(sendAbortBtn, 'ABORT file transfer', 'right-start');
setTippy(receiveHideBtn, 'HIDE file transfer', 'right-start');
// video URL player
setTippy(videoUrlCloseBtn, 'Close the videoPlayer');
setTippy(msgerVideoUrlBtn, 'Share YouTube video to all participants');
setTippy(videoUrlCloseBtn, 'Close the videoPlayer', 'right-start');
setTippy(msgerVideoUrlBtn, 'Share YouTube video to all participants', 'right-start');
}
/**
+1 -1
View File
@@ -280,7 +280,7 @@ access to use this app.
<button id="hideEveryoneBtn" class="fas fa-video">&nbsp;Hide everyone</button>
<br /><br />
<label>Security</label><br />
<button id="lockUnlockRoomBtn" class="fas fa-lock-open"></button>
<button id="lockUnlockRoomBtn" class="fas fa-lock-open">&nbsp;Lock/unlock room</button>
</div>
</div>