From dd21de524274860a6a7e41099e46f451fe209bde Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Mon, 3 Nov 2025 23:22:18 +0100 Subject: [PATCH] [mirotalk] - improve chat UI --- app/src/server.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- public/css/client.css | 6 +++--- public/js/brand.js | 2 +- public/js/client.js | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/src/server.js b/app/src/server.js index 368f575d..89b4749b 100755 --- a/app/src/server.js +++ b/app/src/server.js @@ -45,7 +45,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.6.22 + * @version 1.6.23 * */ diff --git a/package-lock.json b/package-lock.json index 76d211df..402384e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mirotalk", - "version": "1.6.22", + "version": "1.6.23", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mirotalk", - "version": "1.6.22", + "version": "1.6.23", "license": "AGPL-3.0", "dependencies": { "@mattermost/client": "11.0.4", diff --git a/package.json b/package.json index 392435da..6c6a6f90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalk", - "version": "1.6.22", + "version": "1.6.23", "description": "A free WebRTC browser-based video call", "main": "server.js", "scripts": { diff --git a/public/css/client.css b/public/css/client.css index e1b7c898..87566d64 100755 --- a/public/css/client.css +++ b/public/css/client.css @@ -911,7 +911,7 @@ button { } #searchPeerBarName { - width: calc(100% - 24px); + width: calc(100% - 55px); padding: 12px 16px; margin: 0 12px; font-size: 1rem; @@ -2199,12 +2199,12 @@ hr { .dropdown-menu-custom { z-index: 1; display: none; - position: absolute; + position: fixed; right: 0; padding: 10px 0; min-width: 240px; border-radius: 5px; - border: var(--border); + border: none; background: var(--body-bg); box-shadow: var(--box-shadow); } diff --git a/public/js/brand.js b/public/js/brand.js index 88683174..1d2607d6 100644 --- a/public/js/brand.js +++ b/public/js/brand.js @@ -75,7 +75,7 @@ let brand = { }, about: { imageUrl: '../images/mirotalk-logo.gif', - title: 'WebRTC P2P v1.6.22', + title: 'WebRTC P2P v1.6.23', html: `