Skip to content

Commit

Permalink
[mirotalkwebrtc] - UI improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Nov 29, 2024
1 parent d5992f8 commit d9d96ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions frontend/css/client.css
Original file line number Diff line number Diff line change
Expand Up @@ -655,8 +655,8 @@ iframe {
width: 100%;
padding: 12px;
border-radius: 5px;
border: 1px solid var(--border-color);
background-color: transparent;
border: 0.1px solid var(--border-color);
background: var(--body-color);
color: var(--text-color);
color-scheme: var(--input-color-schema);
font-size: 16px;
Expand All @@ -668,8 +668,8 @@ iframe {
width: 100%;
padding: 10px;
border-radius: 5px;
border: 1px solid var(--border-color);
background-color: transparent;
border: 0.1px solid var(--border-color);
background: var(--body-color);
color: var(--text-color);
color-scheme: var(--input-color-schema);
font-size: 16px;
Expand Down
2 changes: 1 addition & 1 deletion frontend/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @license For private project or commercial purposes contact us at: [email protected] or purchase it directly via Code Canyon:
* @license https://codecanyon.net/item/a-selfhosted-mirotalks-webrtc-rooms-scheduler-server/42643313
* @author Miroslav Pejic - [email protected]
* @version 1.1.20
* @version 1.1.21
*/

const isMobile = !!/Android|webOS|iPhone|iPad|iPod|BB10|BlackBerry|IEMobile|Opera Mini|Mobile|mobile/i.test(
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": "mirotalkwebrtc",
"version": "1.1.20",
"version": "1.1.21",
"description": "MiroTalk WebRTC admin",
"main": "server.js",
"scripts": {
Expand Down

0 comments on commit d9d96ed

Please sign in to comment.