changes
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user