[mirotalksfu] - improve video bar buttons UI

هذا الالتزام موجود في:
Miroslav Pejic
2024-11-04 09:08:18 +01:00
الأصل a6f4b8b695
التزام 1698860095
4 ملفات معدلة مع 10 إضافات و8 حذوفات

عرض الملف

@@ -190,20 +190,22 @@
transition: all 0.3s ease-in-out;
}
.expand-video {
position: fixed;
left: 10px;
.expand-video .fa-bars {
color: #66beff !important;
}
.expand-video .dropdown-button {
cursor: pointer;
position: relative;
}
.expand-video-content {
z-index: 1;
display: none;
position: fixed;
min-width: 50%;
right: 10px;
width: calc(100% - 20px);
max-width: 500px;
padding: 20px;
border-radius: 5px;
background: var(--body-bg);