add: added pfps and user profile modification

This commit is contained in:
Lukian 2025-04-18 15:42:55 +02:00
parent 56d171439e
commit 7781e6b8a1
20 changed files with 404 additions and 36 deletions

View file

@ -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;