Profiles/Threads

This commit is contained in:
2022-12-27 23:46:13 +00:00
parent f42e183bc8
commit aadc58a104
18 changed files with 269 additions and 72 deletions

17
src/pages/ProfilePage.css Normal file
View File

@ -0,0 +1,17 @@
.profile {
display: flex;
}
.profile > div:last-child {
flex-grow: 1;
margin-left: 10px;
}
.profile img.avatar {
width: 256px;
height: 256px;
}
.profile img.avatar:hover {
cursor: pointer;
}