Fixes and small changes

This commit is contained in:
Natsumi
2023-01-24 02:03:07 +13:00
parent 8da7807472
commit 69481eb36a
7 changed files with 73 additions and 50 deletions

View File

@@ -351,7 +351,7 @@ img.friends-list-avatar {
}
.x-friend-item > .avatar.active::after {
background: #dfca43;
background: #f4e05e;
}
.x-friend-item > .avatar.online::after {
@@ -363,11 +363,11 @@ img.friends-list-avatar {
}
.x-friend-item > .avatar.askme::after {
background: #fd9200;
background: #ff9500;
}
.x-friend-item > .avatar.busy::after {
background: #f56c6c;
background: #ff2c2c;
}
.x-friend-item > .avatar.offline::after {
@@ -485,7 +485,7 @@ i.x-user-status {
}
i.x-user-status.active {
background: #dfca43;
background: #f4e05e;
}
i.x-user-status.online {
@@ -497,11 +497,11 @@ i.x-user-status.joinme {
}
i.x-user-status.askme {
background: #fd9200;
background: #ff9500;
}
i.x-user-status.busy {
background: #f56c6c;
background: #ff2c2c;
}
.x-tag-friend {
@@ -586,7 +586,7 @@ i.x-user-status.busy {
.toggle-list .toggle-name {
display: inline-block;
min-width: 170px;
min-width: 190px;
padding-right: 5px;
text-align: right;
}