[mirotalksfu] - improve init UI

هذا الالتزام موجود في:
Miroslav Pejic
2023-12-25 21:48:18 +01:00
الأصل 682effcf97
التزام c29b3bc8ea
7 ملفات معدلة مع 61 إضافات و41 حذوفات

عرض الملف

@@ -138,11 +138,41 @@ body {
# Init User
--------------------------------------------------------------*/
.init-modal-size {
width: 1024px !important;
height: auto !important;
}
.init-user {
display: block;
display: flex;
padding: 5px;
}
.init-video-container {
position: relative;
padding: 10px;
width: 100%;
}
.init-video-container video {
z-index: 0;
position: relative;
height: 240px;
}
.initComands {
width: 100%;
}
@media screen and (max-width: 1024px) {
.init-modal-size {
width: auto !important;
}
.init-user {
display: block;
}
}
.init-user select {
width: 100%;
margin-top: 15px;
@@ -156,9 +186,13 @@ body {
}
.init-user button {
width: 50px;
padding: 10px;
margin-top: 20px;
margin-bottom: 10px;
width: 50px;
font-size: 1.2rem;
border: var(--border);
border-radius: 5px;
background-color: transparent;
}
@@ -214,21 +248,6 @@ body {
color: red;
}
/*--------------------------------------------------------------
# Init Audio/Video buttons
--------------------------------------------------------------*/
#initAudioButton,
#initVideoButton,
#initAudioVideoButton,
#initStartScreenButton,
#initStopScreenButton {
font-size: 1.2rem;
padding: 10px;
border: var(--border);
border-radius: 5px;
}
/*--------------------------------------------------------------
# Room QR
--------------------------------------------------------------*/