Ability to show password when logging in or registering

This commit is contained in:
2024-10-05 16:42:42 +02:00
parent 74c3a611a4
commit bd57db2b8c
6 changed files with 50 additions and 2 deletions

View File

@@ -84,4 +84,9 @@ body {
display: flow;
text-align: center;
color: white;
}
}
.inline {
width: fit-content;
color: white;
}