[mirotalksfu] - #171 improve VideoManuBar UI

هذا الالتزام موجود في:
Miroslav Pejic
2024-10-31 23:01:03 +01:00
الأصل fe1bf786a2
التزام dc00ee4403

عرض الملف

@@ -122,12 +122,13 @@
display: inline; display: inline;
top: 0; top: 0;
left: 0; left: 0;
padding: 20px; padding: 15px;
background: rgba(0, 0, 0, 0.9); width: 100%;
font-size: small; font-size: small;
font-weight: bold; font-weight: bold;
text-align: center; text-align: center;
width: 100%; background: var(--body-bg);
box-shadow: var(--box-shadow);
cursor: default; cursor: default;
overflow: hidden; overflow: hidden;
} }
@@ -376,6 +377,6 @@ input[type='range'] {
left: 0px; left: 0px;
} }
.expand-video-content .peer-name { .expand-video-content .peer-name {
font-size: 10px; font-size: 12px;
} }
} }