diff --git a/app/src/server.js b/app/src/server.js index d00356bf..b4170b12 100755 --- a/app/src/server.js +++ b/app/src/server.js @@ -39,7 +39,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.4.47 + * @version 1.4.48 * */ diff --git a/package.json b/package.json index fd36604c..5da8676b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalk", - "version": "1.4.47", + "version": "1.4.48", "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 6a4704a2..f4190725 100755 --- a/public/css/client.css +++ b/public/css/client.css @@ -973,9 +973,15 @@ button:hover { } #bottomButtons button { - width: 42px; - padding: 10px; - font-size: 1.2rem; + width: 36px; + font-size: 1rem; + } +} + +@media screen and (max-width: 350px) { + #bottomButtons button { + width: 30px; + font-size: 0.6rem; } } diff --git a/public/js/client.js b/public/js/client.js index 4bdf8e59..3bcf0f8c 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.4.47 + * @version 1.4.48 * */ @@ -823,7 +823,6 @@ function refreshMainButtonsToolTipPlacement() { setTippy(snapshotRoomBtn, 'Snapshot screen, windows or tab', placement); setTippy(fileShareBtn, 'Share file', placement); setTippy(documentPiPBtn, 'Toggle Document picture in picture', placement); - setTippy(mySettingsBtn, 'Open the settings', placement); setTippy(aboutBtn, 'About this project', placement); setTippy(toggleExtraBtn, 'Toggle extra buttons', bottomButtonsPlacement); @@ -832,6 +831,7 @@ function refreshMainButtonsToolTipPlacement() { setTippy(screenShareBtn, 'Start screen sharing', bottomButtonsPlacement); setTippy(myHandBtn, 'Raise your hand', bottomButtonsPlacement); setTippy(chatRoomBtn, 'Open the chat', bottomButtonsPlacement); + setTippy(mySettingsBtn, 'Open the settings', bottomButtonsPlacement); setTippy(leaveRoomBtn, 'Leave this room', bottomButtonsPlacement); } @@ -11036,7 +11036,7 @@ function showAbout() { Swal.fire({ background: swBg, position: 'center', - title: 'WebRTC P2P v1.4.47', + title: 'WebRTC P2P v1.4.48', imageAlt: 'mirotalk-about', imageUrl: images.about, customClass: { image: 'img-about' }, diff --git a/public/views/client.html b/public/views/client.html index c93640dc..47ff53bf 100755 --- a/public/views/client.html +++ b/public/views/client.html @@ -135,7 +135,6 @@

Loading

- @@ -149,6 +148,7 @@

Loading

+