[mirotalk] - fix typo

This commit is contained in:
Miroslav Pejic
2026-03-18 23:31:11 +01:00
parent 492f67b811
commit 672b32f6d0
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -15,6 +15,11 @@
text-align: center;
}
/* Join Room Section hidden by default */
#joinRoomForm {
display: none;
}
/* Ensure joinRoomForm is fully visible (not affected by ScrollReveal) */
#joinRoomForm.login-card {
opacity: 1 !important;
+1 -1
View File
@@ -119,7 +119,7 @@
</button>
</div>
<!-- Join Room Section hidden -->
<div id="joinRoomForm" class="login-card" style="display: none">
<div id="joinRoomForm" class="login-card">
<div class="login-icon">
<i class="fa-solid fa-video"></i>
</div>