Update CSS

This commit is contained in:
Natsumi
2021-01-02 03:45:01 +13:00
parent 3c451e4876
commit a80fb04c72
4 changed files with 155 additions and 110 deletions

View File

@@ -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: {