[mirotalksfu] - #127 fix typo
هذا الالتزام موجود في:
@@ -28,8 +28,8 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
/* overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden; */
|
overflow-x: hidden;
|
||||||
/* border: 1px solid lime; */
|
/* border: 1px solid lime; */
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -252,8 +252,7 @@
|
|||||||
/* Chat message */
|
/* Chat message */
|
||||||
.chat .chat-message {
|
.chat .chat-message {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
height: 130px;
|
max-height: 140px;
|
||||||
max-height: 130px;
|
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
/* border: 1px solid lime; */
|
/* border: 1px solid lime; */
|
||||||
|
|||||||
@@ -5354,7 +5354,7 @@ class RoomClient {
|
|||||||
setTippy('chatShowParticipantsList', 'Toggle participants list', 'bottom');
|
setTippy('chatShowParticipantsList', 'Toggle participants list', 'bottom');
|
||||||
|
|
||||||
const clickedElement = event ? event.target : null;
|
const clickedElement = event ? event.target : null;
|
||||||
if (!event || (clickedElement.tagName === 'LI' || clickedElement.tagName === 'IMG')) {
|
if (!event || clickedElement.tagName === 'LI' || clickedElement.tagName === 'IMG') {
|
||||||
if ((this.isMobileDevice || this.isChatPinned) && (!plist || !plist.classList.contains('hidden'))) {
|
if ((this.isMobileDevice || this.isChatPinned) && (!plist || !plist.classList.contains('hidden'))) {
|
||||||
this.toggleShowParticipants();
|
this.toggleShowParticipants();
|
||||||
}
|
}
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم