Add changing avatar image to a previous one and display avatar names

This commit is contained in:
Natsumi
2021-04-03 13:59:12 +13:00
parent 816d9749a3
commit c473432de8
4 changed files with 198 additions and 48 deletions

View File

@@ -308,7 +308,8 @@ button {
color: #fff;
}
.x-friend-item:hover {
.x-friend-item:hover,
.x-change-avatar-item:hover {
background: #3e3e3e;
}