[mirotak] - fix settings tab scroll

This commit is contained in:
Miroslav Pejic
2026-04-01 11:55:43 +02:00
parent 99f12e1bae
commit cd81889221
8 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# ==================================================== # ====================================================
# MiroTalk P2P v.1.7.82 - Environment Configuration # MiroTalk P2P v.1.7.83 - Environment Configuration
# ==================================================== # ====================================================
# App environment # App environment
+1 -1
View File
@@ -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. * This file is the central configuration source.
+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 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 * @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com * @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.7.82 * @version 1.7.83
* *
*/ */
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "mirotalk", "name": "mirotalk",
"version": "1.7.82", "version": "1.7.83",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mirotalk", "name": "mirotalk",
"version": "1.7.82", "version": "1.7.83",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"dependencies": { "dependencies": {
"@mattermost/client": "11.5.0", "@mattermost/client": "11.5.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "mirotalk", "name": "mirotalk",
"version": "1.7.82", "version": "1.7.83",
"description": "A free WebRTC browser-based video call", "description": "A free WebRTC browser-based video call",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {
+5 -5
View File
@@ -2520,6 +2520,7 @@ button {
.mySettingsMain { .mySettingsMain {
display: flex; display: flex;
width: 100%;
} }
@media screen and (max-width: 1030px) { @media screen and (max-width: 1030px) {
@@ -2714,8 +2715,6 @@ button {
margin-top: 15px; margin-top: 15px;
border-radius: 8px; border-radius: 8px;
background: var(--body-bg); background: var(--body-bg);
overflow-x: none;
overflow-y: auto;
} }
#extraInfo { #extraInfo {
@@ -2917,7 +2916,11 @@ button {
.tabActions { .tabActions {
position: relative; position: relative;
padding: 10px 15px 0px 0px;
width: 65%; width: 65%;
max-height: 530px;
overflow-y: auto;
overflow-x: hidden;
} }
@media screen and (max-width: 830px) { @media screen and (max-width: 830px) {
@@ -2976,12 +2979,9 @@ button {
margin-top: 15px; margin-top: 15px;
padding: 6px 12px; padding: 6px 12px;
width: 100%; width: 100%;
max-height: 530px;
min-height: 480px; min-height: 480px;
border-top: none; border-top: none;
background-color: var(--body-bg); background-color: var(--body-bg);
overflow-x: hidden;
overflow-y: auto;
} }
.tabcontent button { .tabcontent button {
+1 -1
View File
@@ -107,7 +107,7 @@ let brand = {
}, },
about: { about: {
imageUrl: '../images/mirotalk-logo.gif', imageUrl: '../images/mirotalk-logo.gif',
title: 'WebRTC P2P v1.7.82', title: 'WebRTC P2P v1.7.83',
html: ` html: `
<button <button
id="support-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 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 * @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com * @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.7.82 * @version 1.7.83
* *
*/ */
@@ -14599,7 +14599,7 @@ function showAbout() {
Swal.fire({ Swal.fire({
background: swBg, background: swBg,
position: 'center', position: 'center',
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.7.82', title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.7.83',
imageUrl: brand.about?.imageUrl && brand.about.imageUrl.trim() !== '' ? brand.about.imageUrl : images.about, imageUrl: brand.about?.imageUrl && brand.about.imageUrl.trim() !== '' ? brand.about.imageUrl : images.about,
customClass: { image: 'img-about' }, customClass: { image: 'img-about' },
html: ` html: `