[mirotalk] - improve chat UI

This commit is contained in:
Miroslav Pejic
2025-11-03 23:22:18 +01:00
parent 8e5f344836
commit dd21de5242
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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
*
*/
+2 -2
View File
@@ -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",
+1 -1
View File
@@ -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": {
+3 -3
View File
@@ -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);
}
+1 -1
View File
@@ -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: `
<button
id="support-button"
+2 -2
View File
@@ -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.6.22
* @version 1.6.23
*
*/
@@ -12301,7 +12301,7 @@ function showAbout() {
Swal.fire({
background: swBg,
position: 'center',
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.6.22',
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.6.23',
imageUrl: brand.about?.imageUrl && brand.about.imageUrl.trim() !== '' ? brand.about.imageUrl : images.about,
customClass: { image: 'img-about' },
html: `