Dizi ve filmleri eşleştirme modu eklendi.

This commit is contained in:
2025-10-29 23:58:55 +03:00
parent 279adf12e9
commit 8d7605969b
5 changed files with 1574 additions and 214 deletions

View File

@@ -234,8 +234,8 @@ body,
.modal-overlay {
position: fixed;
inset: 0;
backdrop-filter: blur(10px);
background: rgba(0, 0, 0, 0.8);
backdrop-filter: blur(4px);
color: rgba(0, 0, 0, 0.35);
display: flex;
align-items: center;
justify-content: center;
@@ -420,8 +420,8 @@ body,
.image-modal-overlay {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.8);
backdrop-filter: blur(10px);
background: rgba(0, 0, 0, 0.35);
backdrop-filter: blur(4px);
display: flex;
justify-content: center;
align-items: center;