mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Update CSS
This commit is contained in:
@@ -740,7 +740,7 @@ speechSynthesis.getVoices();
|
||||
});
|
||||
|
||||
Vue.component('location', {
|
||||
template: '<span @click="showWorldDialog" :class="{ \'x-link\': link }">{{ text }}<slot></slot></span>',
|
||||
template: '<span @click="showWorldDialog" :class="{ \'x-link\': link && this.location !== \'private\' && this.location !== \'offline\'}">{{ text }}<slot></slot></span>',
|
||||
props: {
|
||||
location: String,
|
||||
link: {
|
||||
|
||||
Reference in New Issue
Block a user