[mirotalksfu] - improve UI, update dep

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

عرض الملف

@@ -443,6 +443,15 @@ th {
transform: scale(1);
}
.dropdown-menu li:hover {
background: var(--btns-bg-color);
}
/* Hide the default Bootstrap dropdown icon */
.dropdown-toggle::after {
display: none !important;
}
/*--------------------------------------------------------------
# Style the tab
--------------------------------------------------------------*/
@@ -892,15 +901,6 @@ th {
# Common
--------------------------------------------------------------*/
.dropdown-menu li:hover {
background: var(--btns-bg-color);
}
/* Hide the default Bootstrap dropdown icon */
.dropdown-toggle::after {
display: none !important;
}
select {
height: 40px;
line-height: 40px;

عرض الملف

@@ -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;