[mirotalksfu] - add scan to join

هذا الالتزام موجود في:
Miroslav Pejic
2025-04-04 01:15:03 +02:00
الأصل 8a1df9b698
التزام 7922f6fdc3
7 ملفات معدلة مع 68 إضافات و7 حذوفات

عرض الملف

@@ -463,6 +463,34 @@ body {
align-items: center;
}
#qrRoomPopupContainer {
z-index: 9999;
position: fixed;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 10px;
background: var(--body-bg);
border: var(--border);
border-radius: var(--border-radius);
box-shadow: var(--box-shadow);
}
#qrText {
margin-top: 10px;
color: #fff;
font-size: 16px;
font-weight: bold;
text-align: center;
width: 100%;
}
#qrRoomPopup {
width: 256px;
height: 256px;
}
/*--------------------------------------------------------------
# My settings
--------------------------------------------------------------*/
@@ -1339,6 +1367,13 @@ select {
display: block !important;
}
.top-center {
position: fixed;
top: 10px;
left: 50%;
transform: translateX(-50%);
}
.center {
position: fixed;
top: 50%;