|
@@ -104,7 +104,7 @@ export default {
|
|
|
this.storeStatusCoordsToLocalStorage();
|
|
this.storeStatusCoordsToLocalStorage();
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
- if (this.$route.path === '/home') {
|
|
|
|
|
|
|
+ if (this.$route.path === '/home' || this.$route.path === '/watch') {
|
|
|
this.privateStyle.legend = { right: "25%" };
|
|
this.privateStyle.legend = { right: "25%" };
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|