[mirotalksfu] - fix lobby display

هذا الالتزام موجود في:
Miroslav Pejic
2023-11-12 12:55:21 +01:00
الأصل 31594c8873
التزام b12e6e7082
2 ملفات معدلة مع 9 إضافات و1 حذوفات

عرض الملف

@@ -539,6 +539,14 @@ th {
background-color: #ddd; background-color: #ddd;
} }
/*--------------------------------------------------------------
# Settings Room Lobby
--------------------------------------------------------------*/
#lobby {
display: none;
}
/*-------------------------------------------------------------- /*--------------------------------------------------------------
# Transcription Room # Transcription Room
--------------------------------------------------------------*/ --------------------------------------------------------------*/

عرض الملف

@@ -1077,7 +1077,7 @@ access to use this app.
<div id="transcriptionPopup" class="transcriptio-popup"></div> <div id="transcriptionPopup" class="transcriptio-popup"></div>
<section id="lobby" class="fadein center hidden"> <section id="lobby" class="fadein center">
<header id="lobbyHeader" class="lobby-header"> <header id="lobbyHeader" class="lobby-header">
<div id="lobbyHeaderTitle" class="lobby-header-title">Lobby users</div> <div id="lobbyHeaderTitle" class="lobby-header-title">Lobby users</div>
</header> </header>