Add more information to user info page

This commit is contained in:
Alex Cabal 2024-12-05 21:00:39 -06:00
parent 228efdc780
commit 7ac427dad5
3 changed files with 14 additions and 19 deletions

View file

@ -7,6 +7,10 @@ label:has(input[name="password-action"]) + label{
margin-top: .5rem;
}
h2 + table{
margin-top: .5rem;
}
table td{
padding: .5rem;
vertical-align: top;