[mirotalksfu] - #194 Keep uploaded virtual background images in IndexedDB
هذا الالتزام موجود في:
@@ -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
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم