[mirotalksfu] - improve UI, update dep

هذا الالتزام موجود في:
Miroslav Pejic
2024-03-04 20:35:54 +01:00
الأصل 1e3f3e6f64
التزام 828688fa54
6 ملفات معدلة مع 53 إضافات و24 حذوفات

عرض الملف

@@ -92,7 +92,7 @@
right: 0;
bottom: 0;
color: #fff;
font-size: 14px;
font-size: 10px;
display: flex;
align-items: center;
padding: 5px;
@@ -146,6 +146,17 @@
transition: all 0.3s ease-in-out;
}
.expand-video-content {
position: relative;
display: none;
float: right;
width: auto;
}
.expand-video:hover .expand-video-content {
display: inline-flex;
}
#videoMediaContainer video {
position: absolute;
margin-left: auto;