Add delete account function

This commit is contained in:
Hornwitser 2025-03-07 22:28:55 +01:00
parent 3535105744
commit 598b9fd7d6
5 changed files with 96 additions and 19 deletions

View file

@ -58,6 +58,10 @@ button {
font-size: inherit;
}
fieldset {
padding-inline: 0.5rem;
}
label {
display: block;
}