Add image + noDelay

This commit is contained in:
Stephane Bouvard
2025-08-09 14:17:54 +02:00
parent c06890426c
commit 7c3d0b0436
4 changed files with 111 additions and 32 deletions

View File

@@ -19,6 +19,17 @@
text-align: center;
transition: opacity 0.5s ease-out;
}
#popupContainer .overlay-popup .overlay-popup-image {
position: absolute;
top: 0;
right: 0;
width: 48px;
height: 48px;
transform: translate(50%, -50%);
border-radius: 50%;
object-fit: cover;
border: 2px solid #444;
}
#popupContainer .overlay-popup.fade-out {
opacity: 0;
}