[mirotalk] - fix typo, add header logo box-shadow

This commit is contained in:
Miroslav Pejic
2024-07-15 18:34:56 +02:00
parent 18d93c2bae
commit e0edd71d3d
14 changed files with 28 additions and 12 deletions
+1 -1
View File
@@ -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.43
* @version 1.3.44
*
*/
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.3.43",
"version": "1.3.44",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
+16
View File
@@ -2045,6 +2045,22 @@ textarea.form-input {
.site-header .brand {
margin-right: 32px;
border-radius: 50%;
}
.site-header .brand {
margin-right: 32px;
display: inline-block;
transition:
transform 0.3s,
filter 0.3s,
box-shadow 0.3s;
}
.site-header .brand:hover {
filter: brightness(1.5) saturate(1.2);
transform: scale(1.05);
box-shadow: 0 4px 15px rgba(255, 0, 208, 0.6);
}
.site-header-inner {
+2 -2
View File
@@ -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.43
* @version 1.3.44
*
*/
@@ -10065,7 +10065,7 @@ function showAbout() {
Swal.fire({
background: swBg,
position: 'center',
title: '<strong>WebRTC P2P v1.3.43</strong>',
title: '<strong>WebRTC P2P v1.3.44</strong>',
imageAlt: 'mirotalk-about',
imageUrl: images.about,
customClass: { image: 'img-about' },

Before

Width:  |  Height:  |  Size: 437 B

After

Width:  |  Height:  |  Size: 437 B

Before

Width:  |  Height:  |  Size: 348 B

After

Width:  |  Height:  |  Size: 348 B

Before

Width:  |  Height:  |  Size: 934 B

After

Width:  |  Height:  |  Size: 934 B

Before

Width:  |  Height:  |  Size: 521 B

After

Width:  |  Height:  |  Size: 521 B

Before

Width:  |  Height:  |  Size: 851 B

After

Width:  |  Height:  |  Size: 851 B

Before

Width:  |  Height:  |  Size: 471 B

After

Width:  |  Height:  |  Size: 471 B

Before

Width:  |  Height:  |  Size: 575 B

After

Width:  |  Height:  |  Size: 575 B

Before

Width:  |  Height:  |  Size: 462 B

After

Width:  |  Height:  |  Size: 462 B

Before

Width:  |  Height:  |  Size: 409 B

After

Width:  |  Height:  |  Size: 409 B

+8 -8
View File
@@ -178,7 +178,7 @@
<div class="features-tiles-item-image mb-16">
<img
class="wh-200-150"
src="../svg/screen_sharing.svg"
src="../svg/screenSharing.svg"
alt="Screen Sharing"
/>
</div>
@@ -199,7 +199,7 @@
<div class="features-tiles-item-image mb-16">
<img
class="wh-200-150"
src="../svg/webcam_streaming.svg"
src="../svg/webcamStreaming.svg"
alt="WebCam Streaming"
/>
</div>
@@ -218,7 +218,7 @@
<div class="tiles-item-inner">
<div class="features-tiles-item-header">
<div class="features-tiles-item-image mb-16">
<img class="wh-200-150" src="../svg/webcam_chat.svg" alt="Chat Room" />
<img class="wh-200-150" src="../svg/webcamChat.svg" alt="Chat Room" />
</div>
</div>
<div class="features-tiles-item-content">
@@ -237,7 +237,7 @@
<div class="features-tiles-item-image mb-16">
<img
class="wh-200-150"
src="../svg/recording_meeting.svg"
src="../svg/recordingMeeting.svg"
alt="Meeting Recording"
/>
</div>
@@ -258,7 +258,7 @@
<div class="features-tiles-item-image mb-16">
<img
class="wh-200-150"
src="../svg/interactive_whitboard.svg"
src="../svg/interactiveWhitboard.svg"
alt="Interactive Whiteboard"
/>
</div>
@@ -279,7 +279,7 @@
<div class="features-tiles-item-image mb-16">
<img
class="wh-200-150"
src="../svg/file_sharing.svg"
src="../svg/fileSharing.svg"
alt="File Sharing"
/>
</div>
@@ -334,7 +334,7 @@
<div class="features-tiles-item-image mb-16">
<img
class="wh-200-150"
src="../svg/total_privacy.svg"
src="../svg/totalPrivacy.svg"
alt="Total Privacy"
/>
</div>
@@ -355,7 +355,7 @@
<div class="features-tiles-item-image mb-16">
<img
class="wh-200-150"
src="../svg/maximum_security.svg"
src="../svg/maximumSecurity.svg"
alt="Maximum Security"
/>
</div>