Skip to content

Commit

Permalink
[mirotalksfu] - improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jan 28, 2025
1 parent dda50a2 commit 326c53c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 25 deletions.
2 changes: 1 addition & 1 deletion app/src/Server.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dev dependencies: {
* @license For commercial or closed source, contact us at [email protected] or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - [email protected]
* @version 1.7.14
* @version 1.7.17
*
*/

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirotalksfu",
"version": "1.7.16",
"version": "1.7.17",
"description": "WebRTC SFU browser-based video calls",
"main": "Server.js",
"scripts": {
Expand Down
37 changes: 17 additions & 20 deletions public/css/Room.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ body {
.skiptranslate iframe,
.goog-te-banner-frame.skiptranslate,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.VIpgJd-ZVi9od-aZ2wEe-OiiCO {
.VIpgJd-ZVi9od-aZ2wEe-OiiCO,
#goog-gt-tt,
#goog-gt-tt *,
#goog-gt-vt,
#goog-gt-vt * {
display: none !important;
}

Expand Down Expand Up @@ -414,7 +418,6 @@ body {

#extraInfo {
margin-left: 5px;
max-height: 400px;
}

#applyAudioOptionsButton {
Expand Down Expand Up @@ -672,15 +675,11 @@ body {
.tabActions {
position: relative;
width: 65%;
background-color: var(--body-bg);
min-height: 480px;
max-height: 750px;
overflow-x: hidden;
overflow-y: auto;
}

@media screen and (max-width: 830px) {
.tab {
display: inline;
width: 100%;
min-height: auto;
flex-direction: row;
Expand All @@ -695,20 +694,16 @@ body {
}
}

@media screen and (max-width: 540px) {
.tab {
display: inline;
}
}

/* Style the buttons inside the tab */
.tab button {
margin: 3px;
padding: 11px;
float: left;
text-align: left;
color: #fff;
font-size: 1rem;
border: var(--border);
border-radius: 5px;
background-color: rgba(0, 0, 0, 0.2);
outline: none;
cursor: pointer;
Expand All @@ -717,7 +712,7 @@ body {

/* Change background color of buttons on hover */
.tab button:hover {
background-color: transparent;
background: var(--body-bg);
transform: translateY(-3px);
}

Expand All @@ -729,14 +724,15 @@ body {
/* Style the tab content */
.tabcontent {
display: none;
margin-top: 15px;
padding: 6px 12px;
width: 100%;
max-height: 585px;
min-height: 700px;
border-top: none;
}

.tabcontent button i {
padding: 10px;
border: var(--border);
border-radius: 5px;
background-color: var(--body-bg);
overflow-x: hidden;
overflow-y: auto;
}

.tabcontent button {
Expand All @@ -747,6 +743,7 @@ body {

.tabcontent button:hover {
background: var(--body-bg);
transform: scale(1);
}

/* on open display devices tab */
Expand Down
4 changes: 2 additions & 2 deletions public/js/Room.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (location.href.substr(0, 5) !== 'https') location.href = 'https' + location.h
* @license For commercial or closed source, contact us at [email protected] or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - [email protected]
* @version 1.7.14
* @version 1.7.17
*
*/

Expand Down Expand Up @@ -4905,7 +4905,7 @@ function showAbout() {
imageUrl: image.about,
customClass: { image: 'img-about' },
position: 'center',
title: 'WebRTC SFU v1.7.14',
title: 'WebRTC SFU v1.7.17',
html: `
<br />
<div id="about">
Expand Down
2 changes: 1 addition & 1 deletion public/js/RoomClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @license For commercial or closed source, contact us at [email protected] or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - [email protected]
* @version 1.7.14
* @version 1.7.17
*
*/

Expand Down

0 comments on commit 326c53c

Please sign in to comment.