mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
added member profile editing
added a basic ui so logged in members can change their info/password when needed
This commit is contained in:
@ -36,6 +36,7 @@ input[type="submit"] {
|
||||
border: 0;
|
||||
transition: all 0.3s linear;
|
||||
height: 35px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
select {
|
||||
|
@ -200,7 +200,6 @@ footer {
|
||||
gap: 10px;
|
||||
height: auto;
|
||||
width: auto;
|
||||
margin: 20px auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@ -212,6 +211,15 @@ footer > div:nth-child(2) {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/*
|
||||
member stuff
|
||||
*/
|
||||
|
||||
.your-avatar {
|
||||
width: 250px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
/*
|
||||
responsive
|
||||
*/
|
||||
|
BIN
public/assets/images/global/default-avi.png
Normal file
BIN
public/assets/images/global/default-avi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Reference in New Issue
Block a user