User details
Added a user details page and the ability to update display name and password
This commit is contained in:
parent
76d43d57d9
commit
fd1742ec38
4 changed files with 91 additions and 3 deletions
9
flask/static/user.css
Normal file
9
flask/static/user.css
Normal file
|
@ -0,0 +1,9 @@
|
|||
div.grid-container {
|
||||
display: grid;
|
||||
grid-template-columns: max-content max-content;
|
||||
}
|
||||
|
||||
div.grid-container > * {
|
||||
padding: 0.2em 0.5em;
|
||||
border-bottom: lightgrey 0.1em solid;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue