generated from lucien/api-template
add: added pfps and user profile modification
This commit is contained in:
parent
56d171439e
commit
7781e6b8a1
20 changed files with 404 additions and 36 deletions
|
@ -16,6 +16,18 @@
|
|||
background-color: #fff6fd;
|
||||
}
|
||||
|
||||
.user-top {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.user-page-pfp {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.user-messages {
|
||||
width: 97%;
|
||||
border: 1px solid #270722;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue