Player count and instance time on wrist overlay

This commit is contained in:
Natsumi
2021-03-03 14:23:55 +13:00
parent e73ee80ef5
commit a9d8003408
4 changed files with 80 additions and 22 deletions

View File

@@ -187,6 +187,19 @@ button {
overflow: hidden auto;
}
.x-containerbottom {
padding: 0px 10px;
overflow: hidden;
font-size: 20px;
white-space: nowrap;
}
.x-containerbottom span {
padding: 0px;
display: block;
overflow: hidden;
}
.x-friend-item {
box-sizing: border-box;
display: flex;