mirror of
https://github.com/skoelle/icloud-contacts-sync.git
synced 2026-09-17 15:30:24 +00:00
web clickable photo centered
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user