add close button

This commit is contained in:
2026-03-31 21:37:10 -04:00
parent a8c8feeb3e
commit d283ad0a0a
2 changed files with 25 additions and 6 deletions

View File

@@ -118,11 +118,17 @@
font-size: 20px;
}
#change_password_dialouge {
#change_password_dialogue {
z-index: 10000;
position: fixed;
}
#change_password_dialouge input {
#change_password_dialogue input {
width: 350px;
}
#close_password_dialogue {
width: fit-content;
position: absolute;
right: 2.5rem;
}