show confirmation popup

This commit is contained in:
counterweight 2025-02-27 18:38:42 +01:00
parent 94c2231a57
commit 7e8b27b49d
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
3 changed files with 18 additions and 11 deletions

View file

@ -62,7 +62,7 @@
justify-content: space-evenly;
align-items: center;
left: 50%;
transform: translate(-50%, -200px);
transform: translate(-50%, -500px);
transition:
transform 2s ease-in-out;
}
@ -218,7 +218,7 @@ h1 {
padding: 0 10%;
}
.invite-card-content * {
.invite-card-content > * {
margin: 1vh auto;
text-align: center;
}