[mirotalksfu] - improve UI for mobile
هذا الالتزام موجود في:
@@ -1514,6 +1514,10 @@ function toggleParticipants() {
|
|||||||
participants.classList.toggle('show');
|
participants.classList.toggle('show');
|
||||||
participants.style.top = '50%';
|
participants.style.top = '50%';
|
||||||
participants.style.left = '50%';
|
participants.style.left = '50%';
|
||||||
|
if (DetectRTC.isMobileDevice){
|
||||||
|
participants.style.width = '100%';
|
||||||
|
participants.style.height = '100%';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async function getRoomParticipants(refresh = false) {
|
async function getRoomParticipants(refresh = false) {
|
||||||
|
|||||||
@@ -1517,6 +1517,10 @@ class RoomClient {
|
|||||||
let mySettings = this.getId('mySettings');
|
let mySettings = this.getId('mySettings');
|
||||||
mySettings.style.top = '50%';
|
mySettings.style.top = '50%';
|
||||||
mySettings.style.left = '50%';
|
mySettings.style.left = '50%';
|
||||||
|
if (this.isMobileDevice){
|
||||||
|
mySettings.style.width = '100%';
|
||||||
|
mySettings.style.height = '100%';
|
||||||
|
}
|
||||||
mySettings.classList.toggle('show');
|
mySettings.classList.toggle('show');
|
||||||
this.isMySettingsOpen = this.isMySettingsOpen ? false : true;
|
this.isMySettingsOpen = this.isMySettingsOpen ? false : true;
|
||||||
}
|
}
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم