web clickable photo centered

This commit is contained in:
2026-08-05 17:50:29 +02:00
parent 4155d029bb
commit 895027d8d2
+5 -1
View File
@@ -194,10 +194,14 @@
.photo-dialog {
border: none;
border-radius: 12px;
padding: 0;
padding: 10px;
max-width: 90vw;
max-height: 90vh;
background: transparent;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.photo-dialog::backdrop {