[mirotalksfu] - #194 Keep uploaded virtual background images in IndexedDB

هذا الالتزام موجود في:
Miroslav Pejic
2025-02-14 18:10:52 +01:00
الأصل 81d3ae87e4
التزام ac6f9733a5
6 ملفات معدلة مع 232 إضافات و25 حذوفات

عرض الملف

@@ -216,7 +216,7 @@ body {
}
.image-grid img:hover {
transform: scale(1.1);
opacity: 0.5;
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}
@@ -242,6 +242,33 @@ body {
}
}
/*--------------------------------------------------------------
# Custom image delete icon
--------------------------------------------------------------*/
.image-wrapper {
position: relative;
display: inline-block;
}
.delete-icon {
position: absolute;
right: 3px;
font-size: 12px;
cursor: pointer;
color: #f5f5f5b0;
border-radius: 5px;
padding: 5px;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
}
.delete-icon:hover {
background: var(--body-bg);
color: white;
}
/*--------------------------------------------------------------
# Buttons bar
--------------------------------------------------------------*/