VRCPlus Icons init

This commit is contained in:
Natsumi
2020-12-08 11:56:08 +13:00
committed by pypy
parent a694a73436
commit 1bce5b574e
3 changed files with 107 additions and 0 deletions

View File

@@ -362,6 +362,26 @@ a {
color: #606266;
}
.x-friend-item > .vrcplus-icon {
border: 4px solid #dcdfe6;
border-radius: 50%;
margin: 0;
width: 120px;
height: 120px;
}
.x-friend-item > .current-vrcplus-icon {
border:4px solid #67c23a;
border-radius:50%;
}
.x-friend-item > .vrcplus-icon > img {
width: 100%;
height: 100%;
border-radius: 50%;
object-fit: cover;
}
.x-dialog > .el-dialog {
max-width: 100%;
margin-bottom: 10px;