Replies + Other changes

This commit is contained in:
2022-12-29 22:23:41 +00:00
parent 8aaa5103c4
commit 8b7ad119b0
24 changed files with 247 additions and 136 deletions

View File

@ -8,10 +8,11 @@
}
.profile .avatar {
width: 128px;
height: 128px;
width: 256px;
height: 256px;
background-size: contain;
cursor: pointer;
border-radius: 10px;
}
.profile .avatar .edit {