mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Small changes
This commit is contained in:
@@ -125,6 +125,7 @@ button {
|
|||||||
.el-button.is-disabled,
|
.el-button.is-disabled,
|
||||||
.el-button.is-disabled:focus,
|
.el-button.is-disabled:focus,
|
||||||
.el-button.is-disabled:hover {
|
.el-button.is-disabled:hover {
|
||||||
|
color: #c0c4cc;
|
||||||
background-color: #292929;
|
background-color: #292929;
|
||||||
border-color: #3d3d3d;
|
border-color: #3d3d3d;
|
||||||
}
|
}
|
||||||
|
|||||||
+9
-7
@@ -1114,15 +1114,17 @@ speechSynthesis.getVoices();
|
|||||||
ref.$trustNum = 1;
|
ref.$trustNum = 1;
|
||||||
}
|
}
|
||||||
ref.$trustColor = ref.$trustClass;
|
ref.$trustColor = ref.$trustClass;
|
||||||
|
if (ref.$isTroll) {
|
||||||
|
ref.$trustColor = 'x-tag-troll';
|
||||||
|
ref.$trustNum += 0.1;
|
||||||
|
}
|
||||||
|
if (ref.$isLegend) {
|
||||||
|
ref.$trustColor = 'x-tag-legendary';
|
||||||
|
ref.$trustNum += 0.2;
|
||||||
|
}
|
||||||
if (ref.$isModerator) {
|
if (ref.$isModerator) {
|
||||||
ref.$trustColor = 'x-tag-vip';
|
ref.$trustColor = 'x-tag-vip';
|
||||||
ref.$trustNum = 8;
|
ref.$trustNum += 0.3;
|
||||||
} else if (ref.$isTroll) {
|
|
||||||
ref.$trustColor = 'x-tag-troll';
|
|
||||||
ref.$trustNum = 0;
|
|
||||||
} else if (ref.$isLegend) {
|
|
||||||
ref.$trustColor = 'x-tag-legendary';
|
|
||||||
ref.$trustNum = 7;
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
+4
-4
@@ -705,16 +705,16 @@ html
|
|||||||
el-switch(v-model="orderFriendsGroupGPS")
|
el-switch(v-model="orderFriendsGroupGPS")
|
||||||
div.options-container-item
|
div.options-container-item
|
||||||
span.name VIP
|
span.name VIP
|
||||||
el-switch(v-model="orderFriendsGroup0" inactive-text="by name" active-text="by state")
|
el-switch(v-model="orderFriendsGroup0" inactive-text="alphabetical" active-text="online for")
|
||||||
div.options-container-item
|
div.options-container-item
|
||||||
span.name Online
|
span.name Online
|
||||||
el-switch(v-model="orderFriendsGroup1" inactive-text="by name" active-text="by state")
|
el-switch(v-model="orderFriendsGroup1" inactive-text="alphabetical" active-text="online for")
|
||||||
div.options-container-item
|
div.options-container-item
|
||||||
span.name Active
|
span.name Active
|
||||||
el-switch(v-model="orderFriendsGroup2" inactive-text="by name" active-text="by state")
|
el-switch(v-model="orderFriendsGroup2" inactive-text="alphabetical" active-text="online for")
|
||||||
div.options-container-item
|
div.options-container-item
|
||||||
span.name Offline
|
span.name Offline
|
||||||
el-switch(v-model="orderFriendsGroup3" inactive-text="by name" active-text="by state")
|
el-switch(v-model="orderFriendsGroup3" inactive-text="alphabetical" active-text="online for")
|
||||||
div.options-container
|
div.options-container
|
||||||
span.header Trust Rank Colors
|
span.header Trust Rank Colors
|
||||||
div.options-container-item
|
div.options-container-item
|
||||||
|
|||||||
Reference in New Issue
Block a user