[mirotalksfu] - add mic advance options

هذا الالتزام موجود في:
Miroslav Pejic
2023-10-21 22:56:58 +02:00
الأصل 989a9bbde6
التزام 3528dac639
10 ملفات معدلة مع 319 إضافات و25 حذوفات

عرض الملف

@@ -378,6 +378,13 @@ th {
width: 150px;
}
.microphone-table-width {
width: 180px;
}
.dropdown-menu {
background: var(--body-bg);
}
/*--------------------------------------------------------------
# Style the tab
--------------------------------------------------------------*/
@@ -399,6 +406,9 @@ th {
width: 65%;
background-color: var(--body-bg);
min-height: 480px;
max-height: 550px;
overflow-x: hidden;
overflow-y: auto;
}
@media screen and (max-width: 830px) {
@@ -1406,6 +1416,28 @@ progress {
transition-duration: 1s;
}
/*--------------------------------------------------------------
# Webkit-Scrollbar Styles
--------------------------------------------------------------*/
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
background: var(--body-bg);
border-radius: 5px;
cursor: pointer;
}
::-webkit-scrollbar-thumb:hover {
background-color: var(--body-bg);
}
::-webkit-scrollbar-track {
background: #1a1b1f;
}
/*--------------------------------------------------------------
# Pulse class effect
--------------------------------------------------------------*/