[mirotalk] - update dep. - fix typo

This commit is contained in:
Miroslav Pejic
2022-09-05 20:40:35 +02:00
parent 31cae69449
commit d6bd00be64
3 changed files with 7 additions and 6 deletions
+3 -3
View File
@@ -32,9 +32,9 @@
"express": "^4.18.1",
"ngrok": "^4.3.3",
"qs": "^6.11.0",
"socket.io": "^4.5.1",
"@sentry/node": "^7.12.0",
"@sentry/integrations": "^7.12.0",
"socket.io": "^4.5.2",
"@sentry/node": "^7.12.1",
"@sentry/integrations": "^7.12.1",
"swagger-ui-express": "^4.5.0",
"uuid": "8.3.2",
"yamljs": "^0.3.0"
+3 -2
View File
@@ -473,7 +473,8 @@ button:hover {
.msger-input {
flex: 1;
height: 30px;
padding: 5px;
height: 25px;
resize: none;
font-size: 14px !important;
background: rgb(7, 7, 7);
@@ -600,7 +601,7 @@ button:hover {
emoji-picker {
z-index: 12;
position: absolute;
bottom: 100px;
bottom: 105px;
width: 100%;
height: 50%;
--background: #16171b;
+1 -1
View File
@@ -4158,7 +4158,7 @@ function handleDataChannelChat(dataMessage) {
*/
function cleanMessageInput() {
msgerInput.value = '';
msgerInput.style.height = '';
msgerInput.style.height = '25px';
}
/**