diff --git a/app/src/server.js b/app/src/server.js index 2b66e3a3..94bb99c2 100755 --- a/app/src/server.js +++ b/app/src/server.js @@ -40,7 +40,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.3.48 + * @version 1.3.49 * */ diff --git a/package.json b/package.json index d83ba490..9171f672 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalk", - "version": "1.3.48", + "version": "1.3.49", "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 751e9961..7fd5a3bb 100755 --- a/public/css/client.css +++ b/public/css/client.css @@ -859,6 +859,8 @@ button:hover { z-index: 18; position: absolute; display: none; + background: #151616; + border-radius: 10px; top: 50%; left: 50%; transform: translate(-50%, -50%); @@ -875,7 +877,8 @@ button:hover { display: flex; justify-content: flex-start; background: #151616; - border-radius: 10px; + border-top-left-radius: 10px; + border-top-right-radius: 10px; padding: 10px; color: #fff; cursor: move; diff --git a/public/js/client.js b/public/js/client.js index c4fd5cfe..76263a7a 100644 --- a/public/js/client.js +++ b/public/js/client.js @@ -15,7 +15,7 @@ * @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.3.48 + * @version 1.3.49 * */ @@ -10114,7 +10114,7 @@ function showAbout() { Swal.fire({ background: swBg, position: 'center', - title: 'WebRTC P2P v1.3.48', + title: 'WebRTC P2P v1.3.49', imageAlt: 'mirotalk-about', imageUrl: images.about, customClass: { image: 'img-about' },