formatting

This commit is contained in:
Natsumi
2020-12-12 13:10:12 +13:00
committed by pypy
parent 109bf04947
commit 9bbcf314b1
2 changed files with 3 additions and 4 deletions

View File

@@ -7541,8 +7541,7 @@ import gameLogService from './service/gamelog.js'
var bodyEnd = '\n---------------------------26696829785232761561272838397--\n';
var body = bodyStart + r.result + bodyEnd
var base64Body = btoa(body);
API.uploadVRCPlusIcon(base64Body
).then((args) => {
API.uploadVRCPlusIcon(base64Body).then((args) => {
this.$message({
message: 'Icon uploaded',
type: 'success'

View File

@@ -372,8 +372,8 @@ a {
}
.x-friend-item > .current-vrcplus-icon {
border:4px solid #67c23a;
border-radius:50%;
border: 4px solid #67c23a;
border-radius: 50%;
}
.x-friend-item > .vrcplus-icon > img {