[mirotalk] - improve UI
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
@@ -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
@@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -280,7 +280,7 @@ access to use this app.
|
||||
<button id="hideEveryoneBtn" class="fas fa-video"> 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"> Lock/unlock room</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user