[mirotalksfu] - improve real-time poll UI
هذا الالتزام موجود في:
@@ -44,7 +44,7 @@ dependencies: {
|
||||
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
|
||||
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
|
||||
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
|
||||
* @version 1.5.13
|
||||
* @version 1.5.14
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mirotalksfu",
|
||||
"version": "1.5.13",
|
||||
"version": "1.5.14",
|
||||
"description": "WebRTC SFU browser-based video calls",
|
||||
"main": "Server.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
height: 100%;
|
||||
max-width: 600px;
|
||||
max-height: 700px;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.poll-header {
|
||||
@@ -21,6 +21,12 @@
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
.polls {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.poll-creation {
|
||||
border-radius: var(--border-radius);
|
||||
margin-bottom: 20px;
|
||||
@@ -103,6 +109,7 @@
|
||||
|
||||
.polls-container {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 70px;
|
||||
}
|
||||
|
||||
.poll {
|
||||
|
||||
@@ -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 license.mirotalk@gmail.com or purchase directly via CodeCanyon
|
||||
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
|
||||
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
|
||||
* @version 1.5.13
|
||||
* @version 1.5.14
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -4279,7 +4279,7 @@ function showAbout() {
|
||||
imageUrl: image.about,
|
||||
customClass: { image: 'img-about' },
|
||||
position: 'center',
|
||||
title: 'WebRTC SFU v1.5.13',
|
||||
title: 'WebRTC SFU v1.5.14',
|
||||
html: `
|
||||
<br />
|
||||
<div id="about">
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
|
||||
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
|
||||
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
|
||||
* @version 1.5.13
|
||||
* @version 1.5.14
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -1446,6 +1446,7 @@ access to use this app.
|
||||
<button id="pollCloseBtn" class="fas fa-times"></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="polls">
|
||||
<div id="pollForm" class="poll-creation">
|
||||
<form id="createPollForm" class="form">
|
||||
<div class="form-group">
|
||||
@@ -1473,6 +1474,7 @@ access to use this app.
|
||||
</form>
|
||||
</div>
|
||||
<div id="pollsContainer" class="polls-container"></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="transcriptionRoom" class="transcription-room fadein">
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم