[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;