[mirotalksfu] - fix typo
هذا الالتزام موجود في:
@@ -171,6 +171,9 @@ body {
|
|||||||
.init-user {
|
.init-user {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
.init-video-container {
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.init-user select {
|
.init-user select {
|
||||||
|
|||||||
@@ -863,8 +863,10 @@ function checkInitAudio(isAudioAllowed) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function initVideoContainerShow(show = true) {
|
function initVideoContainerShow(show = true) {
|
||||||
initVideoContainer.style.padding = show ? '10px' : '0px';
|
const initVideoContainerClass = document.querySelector('.init-video-container');
|
||||||
initVideoContainer.style.width = show ? '100%' : 'auto';
|
const windowWidth = window.innerWidth;
|
||||||
|
initVideoContainerClass.style.padding = show && windowWidth >= 1024 ? '10px' : '0px';
|
||||||
|
initVideoContainerClass.style.width = show ? '100%' : 'auto';
|
||||||
}
|
}
|
||||||
|
|
||||||
function checkMedia() {
|
function checkMedia() {
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم