[mirotalksfu] - improve UI, update dep

هذا الالتزام موجود في:
Miroslav Pejic
2025-10-05 22:28:13 +02:00
الأصل 71ed23b0e6
التزام 96036a3c74
7 ملفات معدلة مع 41 إضافات و16 حذوفات

عرض الملف

@@ -284,12 +284,12 @@
.expand-video-content .peer-name {
text-align: center;
font-size: 12px;
font-size: 10px;
font-weight: bold;
color: #fff;
background: var(--body-bg);
border-radius: 10px;
padding: 6px;
padding: 5px;
width: 100%;
}
@@ -315,9 +315,10 @@
padding: 0 10px;
font-size: 15px;
color: #fff;
background: var(--btns-bg-color);
background: #000000;
min-width: 42px;
min-height: 42px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
justify-content: center;
align-items: center;
display: inline-flex; /* center icon + label */
@@ -474,6 +475,12 @@ input[type='range'] {
.expand-video-content {
padding: 10px;
}
.expand-video-content .button-group button {
font-size: 10px;
min-width: 28px;
min-height: 28px;
gap: 1px;
}
}
@container camera (min-width: 261px) and (max-width: 400px) {
@@ -491,6 +498,12 @@ input[type='range'] {
.videoMenuBar input[type='range'] {
width: clamp(30px, 25%, 60px);
}
.expand-video-content .button-group button {
font-size: 15px;
min-width: 36px;
min-height: 36px;
gap: 3px;
}
}
@container camera (min-width: 401px) and (max-width: 640px) {
@@ -508,6 +521,12 @@ input[type='range'] {
.videoMenuBar input[type='range'] {
width: clamp(40px, 20%, 80px);
}
.expand-video-content .button-group button {
font-size: 15px;
min-width: 42px;
min-height: 42px;
gap: 6px;
}
}
@container camera (min-width: 641px) {
@@ -525,4 +544,10 @@ input[type='range'] {
.videoMenuBar input[type='range'] {
width: clamp(50px, 20%, 100px);
}
.expand-video-content .button-group button {
font-size: 15px;
min-width: 42px;
min-height: 42px;
gap: 6px;
}
}