Fixes and changes

This commit is contained in:
Natsumi
2021-06-12 21:04:54 +12:00
parent afe7fa98aa
commit 5beae400d8
2 changed files with 49 additions and 39 deletions

View File

@@ -298,11 +298,13 @@ img.friends-list-avatar {
object-fit: cover;
}
.x-friend-item > .avatar.offline > img {
.x-friend-item > .avatar.offline > img,
.x-friend-item > .avatar.active > img {
filter: grayscale(1);
}
.x-friend-item:hover > .avatar.offline > img {
.x-friend-item:hover > .avatar.offline > img,
.x-friend-item:hover > .avatar.active > img {
filter: none;
}