progress on updating users

This commit is contained in:
Bryce
2023-10-22 06:27:55 -07:00
parent 998d29690e
commit a6032e2be2
5 changed files with 109 additions and 105 deletions

View File

@@ -1356,6 +1356,10 @@ input:checked + .toggle-bg {
max-height: 100%;
}
.max-h-\[90vh\] {
max-height: 90vh;
}
.w-1\/2 {
width: 50%;
}