[mirotalksfu] - fix
هذا الالتزام موجود في:
@@ -35,8 +35,8 @@
|
|||||||
--body-bg: radial-gradient(#393939, #000000);
|
--body-bg: radial-gradient(#393939, #000000);
|
||||||
--border: 1px solid rgb(255 255 255 / 32%);
|
--border: 1px solid rgb(255 255 255 / 32%);
|
||||||
--border-radius: 1rem;
|
--border-radius: 1rem;
|
||||||
--msger-height: 700px;
|
|
||||||
--msger-width: 800px;
|
--msger-width: 800px;
|
||||||
|
--msger-height: 700px;
|
||||||
--msger-bubble-width: 85%;
|
--msger-bubble-width: 85%;
|
||||||
--msger-bg: radial-gradient(#393939, #000000);
|
--msger-bg: radial-gradient(#393939, #000000);
|
||||||
--wb-width: 800px;
|
--wb-width: 800px;
|
||||||
|
|||||||
@@ -2958,6 +2958,7 @@ class RoomClient {
|
|||||||
const isParticipantsListHidden = plist.classList.contains('hidden');
|
const isParticipantsListHidden = plist.classList.contains('hidden');
|
||||||
chat.style.marginLeft = isParticipantsListHidden ? 0 : '300px';
|
chat.style.marginLeft = isParticipantsListHidden ? 0 : '300px';
|
||||||
chat.style.borderLeft = isParticipantsListHidden ? 'none' : '1px solid rgb(255 255 255 / 32%)';
|
chat.style.borderLeft = isParticipantsListHidden ? 'none' : '1px solid rgb(255 255 255 / 32%)';
|
||||||
|
if (this.isChatPinned) chat.style.display = isParticipantsListHidden ? 'block' : 'none';
|
||||||
chatHistory.style.height = isParticipantsListHidden ? 'calc(100vh - 220px)' : '500px';
|
chatHistory.style.height = isParticipantsListHidden ? 'calc(100vh - 220px)' : '500px';
|
||||||
this.toggleChatHistorySize(isParticipantsListHidden && (this.isChatPinned || this.isChatMaximized));
|
this.toggleChatHistorySize(isParticipantsListHidden && (this.isChatPinned || this.isChatMaximized));
|
||||||
plist.style.width = this.isChatPinned || this.isMobileDevice ? '100%' : '300px';
|
plist.style.width = this.isChatPinned || this.isMobileDevice ? '100%' : '300px';
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم