From 8f0b508f85a416cfe50db9e1633a920586fffe1a Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Mon, 20 Oct 2025 05:16:39 +0200 Subject: [PATCH] [mirotalksfu] - move notifications clean button --- app/src/Server.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- public/css/Room.css | 21 ++++++++++++--------- public/js/Brand.js | 2 +- public/js/Room.js | 4 ++-- public/js/RoomClient.js | 2 +- public/views/Room.html | 21 +++++++++------------ 8 files changed, 29 insertions(+), 29 deletions(-) diff --git a/app/src/Server.js b/app/src/Server.js index c45c7a64..315f6d61 100644 --- a/app/src/Server.js +++ b/app/src/Server.js @@ -64,7 +64,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.9.84 + * @version 1.9.85 * */ diff --git a/package-lock.json b/package-lock.json index 9b48a71a..b921d011 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mirotalksfu", - "version": "1.9.84", + "version": "1.9.85", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mirotalksfu", - "version": "1.9.84", + "version": "1.9.85", "license": "AGPL-3.0", "dependencies": { "@aws-sdk/client-s3": "^3.913.0", diff --git a/package.json b/package.json index b5e381b4..93dc621e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalksfu", - "version": "1.9.84", + "version": "1.9.85", "description": "WebRTC SFU browser-based video calls", "main": "Server.js", "scripts": { diff --git a/public/css/Room.css b/public/css/Room.css index cf6f3fc2..468c11bc 100644 --- a/public/css/Room.css +++ b/public/css/Room.css @@ -783,6 +783,17 @@ body { align-items: center; } +.input-container button { + flex: 1; + width: 20px; +} + +.buttons-container { + display: flex; + justify-content: space-between; + gap: 6px; +} + #rtmpStreamURL, #rtmpLiveUrl { margin-top: 5px; @@ -803,11 +814,6 @@ body { background: var(--select-bg) !important; } -.input-container button { - flex: 1; - width: 20px; -} - .btn-custom { width: 100%; background: var(--body-bg); @@ -1058,10 +1064,7 @@ body { } #notifyEmailCleanBtn { - height: 45px; - padding: 10px; - margin: 10px 0 10px 5px; /* top | right | bottom | left */ - border: var(--border); + width: 130px; } /*-------------------------------------------------------------- diff --git a/public/js/Brand.js b/public/js/Brand.js index 706873bc..3cb3997f 100644 --- a/public/js/Brand.js +++ b/public/js/Brand.js @@ -78,7 +78,7 @@ let BRAND = { }, about: { imageUrl: '../images/mirotalk-logo.gif', - title: 'WebRTC SFU v1.9.84', + title: 'WebRTC SFU v1.9.85', html: ` - +
@@ -646,9 +638,14 @@ access to use this app. - +
+ + +