mirror of
https://github.com/skoelle/icloud-contacts-sync.git
synced 2026-09-17 23:40:24 +00:00
web clickable photo centered
This commit is contained in:
@@ -194,10 +194,14 @@
|
|||||||
.photo-dialog {
|
.photo-dialog {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
padding: 0;
|
padding: 10px;
|
||||||
max-width: 90vw;
|
max-width: 90vw;
|
||||||
max-height: 90vh;
|
max-height: 90vh;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
position: fixed;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.photo-dialog::backdrop {
|
.photo-dialog::backdrop {
|
||||||
|
|||||||
Reference in New Issue
Block a user