From cd818892219b0122d50568357e91c9bdf8cde8b1 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Wed, 1 Apr 2026 11:55:43 +0200 Subject: [PATCH] [mirotak] - fix settings tab scroll --- .env.template | 2 +- app/src/config.template.js | 2 +- app/src/server.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- public/css/client.css | 10 +++++----- public/js/brand.js | 2 +- public/js/client.js | 4 ++-- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.env.template b/.env.template index af790cb0..c33c111a 100644 --- a/.env.template +++ b/.env.template @@ -1,5 +1,5 @@ # ==================================================== -# MiroTalk P2P v.1.7.82 - Environment Configuration +# MiroTalk P2P v.1.7.83 - Environment Configuration # ==================================================== # App environment diff --git a/app/src/config.template.js b/app/src/config.template.js index d5ba22eb..30e92c81 100644 --- a/app/src/config.template.js +++ b/app/src/config.template.js @@ -2,7 +2,7 @@ /** * ============================================== - * MiroTalk P2P v.1.7.82 - Configuration File + * MiroTalk P2P v.1.7.83 - Configuration File * ============================================== * * This file is the central configuration source. diff --git a/app/src/server.js b/app/src/server.js index e756332d..29e7e8cf 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.7.82 + * @version 1.7.83 * */ diff --git a/package-lock.json b/package-lock.json index 0ea9ecd2..6e85a617 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mirotalk", - "version": "1.7.82", + "version": "1.7.83", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mirotalk", - "version": "1.7.82", + "version": "1.7.83", "license": "AGPL-3.0", "dependencies": { "@mattermost/client": "11.5.0", diff --git a/package.json b/package.json index 89eed334..0dca8fe6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalk", - "version": "1.7.82", + "version": "1.7.83", "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 344e72cb..b135143f 100755 --- a/public/css/client.css +++ b/public/css/client.css @@ -2520,6 +2520,7 @@ button { .mySettingsMain { display: flex; + width: 100%; } @media screen and (max-width: 1030px) { @@ -2714,8 +2715,6 @@ button { margin-top: 15px; border-radius: 8px; background: var(--body-bg); - overflow-x: none; - overflow-y: auto; } #extraInfo { @@ -2917,7 +2916,11 @@ button { .tabActions { position: relative; + padding: 10px 15px 0px 0px; width: 65%; + max-height: 530px; + overflow-y: auto; + overflow-x: hidden; } @media screen and (max-width: 830px) { @@ -2976,12 +2979,9 @@ button { margin-top: 15px; padding: 6px 12px; width: 100%; - max-height: 530px; min-height: 480px; border-top: none; background-color: var(--body-bg); - overflow-x: hidden; - overflow-y: auto; } .tabcontent button { diff --git a/public/js/brand.js b/public/js/brand.js index 703109b2..80b273ab 100644 --- a/public/js/brand.js +++ b/public/js/brand.js @@ -107,7 +107,7 @@ let brand = { }, about: { imageUrl: '../images/mirotalk-logo.gif', - title: 'WebRTC P2P v1.7.82', + title: 'WebRTC P2P v1.7.83', html: `