From 6590a56b5f189825d56e4af808e8bb5376565aa5 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sun, 12 Jan 2025 18:04:49 +0100 Subject: [PATCH] [mirotalksfu] - move settings button --- app/src/Server.js | 2 +- package.json | 2 +- public/css/Room.css | 8 ++++---- public/js/Room.js | 4 ++-- public/js/RoomClient.js | 2 +- public/views/Room.html | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/src/Server.js b/app/src/Server.js index ec19e762..421e41af 100644 --- a/app/src/Server.js +++ b/app/src/Server.js @@ -55,7 +55,7 @@ dev dependencies: { * @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon * @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com - * @version 1.6.97 + * @version 1.6.98 * */ diff --git a/package.json b/package.json index 21847b8f..3d8f37fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalksfu", - "version": "1.6.97", + "version": "1.6.98", "description": "WebRTC SFU browser-based video calls", "main": "Server.js", "scripts": { diff --git a/public/css/Room.css b/public/css/Room.css index d0ee8627..9f82b369 100644 --- a/public/css/Room.css +++ b/public/css/Room.css @@ -253,15 +253,15 @@ body { @media screen and (max-width: 500px) { #bottomButtons button { - width: 46px; - font-size: 1.2rem; + width: 36px; + font-size: 1rem; } } @media screen and (max-width: 350px) { #bottomButtons button { - width: 36px; - font-size: 1rem; + width: 30px; + font-size: 0.6rem; } } diff --git a/public/js/Room.js b/public/js/Room.js index 92af00a8..cdd5ceeb 100644 --- a/public/js/Room.js +++ b/public/js/Room.js @@ -11,7 +11,7 @@ if (location.href.substr(0, 5) !== 'https') location.href = 'https' + location.h * @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon * @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com - * @version 1.6.97 + * @version 1.6.98 * */ @@ -4904,7 +4904,7 @@ function showAbout() { imageUrl: image.about, customClass: { image: 'img-about' }, position: 'center', - title: 'WebRTC SFU v1.6.97', + title: 'WebRTC SFU v1.6.98', html: `
diff --git a/public/js/RoomClient.js b/public/js/RoomClient.js index aab682c4..c28820d0 100644 --- a/public/js/RoomClient.js +++ b/public/js/RoomClient.js @@ -9,7 +9,7 @@ * @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon * @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com - * @version 1.6.97 + * @version 1.6.98 * */ diff --git a/public/views/Room.html b/public/views/Room.html index da840cf8..8c7432c5 100644 --- a/public/views/Room.html +++ b/public/views/Room.html @@ -194,7 +194,6 @@ access to use this app. -
@@ -211,6 +210,7 @@ access to use this app. +