From c92cdc8c66818840cec965470ed28ed52398f845 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sat, 7 Sep 2024 12:54:41 +0200 Subject: [PATCH] [mirotalk] - update css & dep --- app/src/server.js | 2 +- package.json | 4 ++-- public/css/client.css | 5 ++++- public/js/client.js | 4 ++-- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/app/src/server.js b/app/src/server.js index 13bcdcbb4..a7c7e0599 100755 --- a/app/src/server.js +++ b/app/src/server.js @@ -39,7 +39,7 @@ dependencies: { * @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon * @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com - * @version 1.3.73 + * @version 1.3.74 * */ diff --git a/package.json b/package.json index ec174ad00..5c1b13cdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalk", - "version": "1.3.73", + "version": "1.3.74", "description": "A free WebRTC browser-based video call", "main": "server.js", "scripts": { @@ -55,7 +55,7 @@ "js-yaml": "^4.1.0", "ngrok": "^5.0.0-beta.2", "nodemailer": "^6.9.15", - "openai": "^4.57.3", + "openai": "^4.58.1", "qs": "^6.13.0", "socket.io": "^4.7.5", "swagger-ui-express": "^5.0.1", diff --git a/public/css/client.css b/public/css/client.css index 40d9d8c6b..d83628cbe 100755 --- a/public/css/client.css +++ b/public/css/client.css @@ -1032,7 +1032,7 @@ button:hover { display: inline-table; width: auto; color: white; - font-size: 14px; + font-size: 0.9rem; /* font-weight: bold; */ } @@ -1132,6 +1132,7 @@ button:hover { #lockRoomBtn, #unlockRoomBtn { padding: 10px; + font-size: 0.9rem; border: var(--border); border-radius: 5px; color: #fff; @@ -1246,6 +1247,7 @@ th { float: left; text-align: left; color: #fff; + font-size: 1rem; border: var(--border); border-radius: 5px; background-color: rgba(0, 0, 0, 0.2); @@ -1756,6 +1758,7 @@ progress { select { height: 40px; + font-size: 0.9rem; line-height: 40px; box-shadow: none; } diff --git a/public/js/client.js b/public/js/client.js index e74553b88..98a6d2975 100644 --- a/public/js/client.js +++ b/public/js/client.js @@ -15,7 +15,7 @@ * @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon * @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com - * @version 1.3.73 + * @version 1.3.74 * */ @@ -10527,7 +10527,7 @@ function showAbout() { Swal.fire({ background: swBg, position: 'center', - title: 'WebRTC P2P v1.3.73', + title: 'WebRTC P2P v1.3.74', imageAlt: 'mirotalk-about', imageUrl: images.about, customClass: { image: 'img-about' },