diff --git a/.env.template b/.env.template index 3274e3a8..7c4eb311 100644 --- a/.env.template +++ b/.env.template @@ -1,5 +1,5 @@ # ==================================================== -# MiroTalk P2P v.1.7.66 - Environment Configuration +# MiroTalk P2P v.1.7.67 - Environment Configuration # ==================================================== # App environment diff --git a/app/src/config.template.js b/app/src/config.template.js index 5b94c0e7..e6f2efbb 100644 --- a/app/src/config.template.js +++ b/app/src/config.template.js @@ -2,7 +2,7 @@ /** * ============================================== - * MiroTalk P2P v.1.7.66 - Configuration File + * MiroTalk P2P v.1.7.67 - Configuration File * ============================================== * * This file is the central configuration source. diff --git a/app/src/server.js b/app/src/server.js index 83d160c7..5de6d9b3 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.66 + * @version 1.7.67 * */ diff --git a/package-lock.json b/package-lock.json index 49d35840..00defca8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mirotalk", - "version": "1.7.66", + "version": "1.7.67", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mirotalk", - "version": "1.7.66", + "version": "1.7.67", "license": "AGPL-3.0", "dependencies": { "@mattermost/client": "11.5.0", diff --git a/package.json b/package.json index a6f672a7..14fae5e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalk", - "version": "1.7.66", + "version": "1.7.67", "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 d50b3458..affdd2ed 100755 --- a/public/css/client.css +++ b/public/css/client.css @@ -1647,7 +1647,7 @@ button { min-height: auto; } .mySettingsMain { - flex-direction: column; + flex-direction: row; } } @@ -2031,11 +2031,17 @@ button { @media screen and (max-width: 830px) { .tab { - display: inline; - width: 100%; + display: flex; + flex-direction: column; + width: auto; + min-width: 50px; min-height: auto; - flex-direction: row; - border-right: none !important; + } + .tab button { + display: flex; + align-items: center; + justify-content: center; + text-align: center; } .tabActions { width: 100%; diff --git a/public/js/brand.js b/public/js/brand.js index dcc97194..25ff1f43 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.66', + title: 'WebRTC P2P v1.7.67', html: `