This commit is contained in:
2024-12-19 15:57:33 -05:00
parent 8188adce57
commit f254e170aa
4 changed files with 126 additions and 54 deletions

View File

@@ -1,5 +1,3 @@
<!DOCTYPE html>
/* Modal container */
.modal {
display: none; /* Hidden by default */
@@ -10,6 +8,8 @@
width: 100%; /* Full width */
height: 100%; /* Full height */
background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
align-items: center; /* Vertically center the modal */
justify-content: center; /* Horizontally center the modal */
}
/* Modal content */
@@ -19,6 +19,13 @@
padding: 20px;
border: 1px solid #888;
width: 80%; /* Adjust as needed */
height: 80%;
}
.qrcode-image {
object-fit: contain;
width: 80%; /* Adjust as needed */
height: 80%;
}
/* Close button */