Skip to content

Commit

Permalink
[mirotalk] - update css & dep
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Sep 7, 2024
1 parent 4dec614 commit c92cdc8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies: {
* @license For commercial use or closed source, contact us at [email protected] or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - [email protected]
* @version 1.3.73
* @version 1.3.74
*
*/

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.3.73",
"version": "1.3.74",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"js-yaml": "^4.1.0",
"ngrok": "^5.0.0-beta.2",
"nodemailer": "^6.9.15",
"openai": "^4.57.3",
"openai": "^4.58.1",
"qs": "^6.13.0",
"socket.io": "^4.7.5",
"swagger-ui-express": "^5.0.1",
Expand Down
5 changes: 4 additions & 1 deletion public/css/client.css
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ button:hover {
display: inline-table;
width: auto;
color: white;
font-size: 14px;
font-size: 0.9rem;
/* font-weight: bold; */
}

Expand Down Expand Up @@ -1132,6 +1132,7 @@ button:hover {
#lockRoomBtn,
#unlockRoomBtn {
padding: 10px;
font-size: 0.9rem;
border: var(--border);
border-radius: 5px;
color: #fff;
Expand Down Expand Up @@ -1246,6 +1247,7 @@ th {
float: left;
text-align: left;
color: #fff;
font-size: 1rem;
border: var(--border);
border-radius: 5px;
background-color: rgba(0, 0, 0, 0.2);
Expand Down Expand Up @@ -1756,6 +1758,7 @@ progress {

select {
height: 40px;
font-size: 0.9rem;
line-height: 40px;
box-shadow: none;
}
Expand Down
4 changes: 2 additions & 2 deletions public/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @license For commercial use or closed source, contact us at [email protected] or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - [email protected]
* @version 1.3.73
* @version 1.3.74
*
*/

Expand Down Expand Up @@ -10527,7 +10527,7 @@ function showAbout() {
Swal.fire({
background: swBg,
position: 'center',
title: '<strong>WebRTC P2P v1.3.73</strong>',
title: '<strong>WebRTC P2P v1.3.74</strong>',
imageAlt: 'mirotalk-about',
imageUrl: images.about,
customClass: { image: 'img-about' },
Expand Down

0 comments on commit c92cdc8

Please sign in to comment.