Skip to content

Commit 41779b9

Browse files
committed
initial support for group chat
1 parent 31dc8dc commit 41779b9

File tree

3 files changed

+328
-322
lines changed

3 files changed

+328
-322
lines changed

index.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1998,7 +1998,7 @@ div.user[data-vip="diamond"]::after {
19981998
letter-spacing: 0px;
19991999
}
20002000

2001-
#ac-games, #ac-friends, #pf-games, #pf-items, #s-products {
2001+
#ac-games, #ac-friends, #grusers, #pf-games, #pf-items, #s-products {
20022002
position: relative;
20032003
display: block;
20042004
width: 100%;
@@ -2031,7 +2031,7 @@ div.user[data-vip="diamond"]::after {
20312031
border: 1px solid #808080;
20322032
}
20332033

2034-
#ac-friends>div {
2034+
#ac-friends>div, #grusers>div {
20352035
position: relative;
20362036
display: flex;
20372037
width: calc(100% - 20px);
@@ -2041,7 +2041,7 @@ div.user[data-vip="diamond"]::after {
20412041
flex-direction: row;
20422042
}
20432043

2044-
#ac-friends>div>img {
2044+
#ac-friends>div>img, #grusers>div>img {
20452045
position: relative;
20462046
display: block;
20472047
width: 48px;
@@ -2053,7 +2053,7 @@ div.user[data-vip="diamond"]::after {
20532053
border-radius: 25px;
20542054
}
20552055

2056-
#ac-friends>div>div {
2056+
#ac-friends>div>div, #grusers>div>div {
20572057
position: relative;
20582058
display: block;
20592059
width: 100%;

0 commit comments

Comments
 (0)