mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-14 20:33:52 +02:00
formatting
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user