[mirotalk] - update dep. - fix typo
This commit is contained in:
+3
-3
@@ -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"
|
||||
|
||||
@@ -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
@@ -4158,7 +4158,7 @@ function handleDataChannelChat(dataMessage) {
|
||||
*/
|
||||
function cleanMessageInput() {
|
||||
msgerInput.value = '';
|
||||
msgerInput.style.height = '';
|
||||
msgerInput.style.height = '25px';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user