diff --git a/src/App.vue b/src/App.vue index 57ff93e2..d146b4b1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -95,6 +95,17 @@ export default { placement: "bottom" } }, + ...(!this.liteMode + ? [ + { + target: "#new-connection-card", + header: { + title: "New connection" + }, + content: `Connect locally if you're running on a microscope, \nor open a new remote connection to a microscope` + } + ] + : []), ...(this.isElectron && !this.liteMode ? [ { @@ -117,17 +128,6 @@ export default { } ] : []), - ...(!this.liteMode - ? [ - { - target: "#new-connection-card", - header: { - title: "New connection" - }, - content: `Connect locally if you're running on a microscope, \nor open a new remote connection to a microscope` - } - ] - : []), { target: "#gallery-tab-icon", header: { @@ -367,7 +367,7 @@ html { // Style tour .v-tour__target--highlighted { - box-shadow: 0px 40px 160px 20px rgba(0, 0, 0, 0.5), + box-shadow: 0px 40px 200px 30px rgba(0, 0, 0, 0.5), 0px 0px 0px 4px rgba(128, 128, 128, 0.5) !important; border-radius: 5px; opacity: 100% !important; diff --git a/src/components/viewComponents/connectDisplay.vue b/src/components/viewComponents/connectDisplay.vue index 5062f36e..40063aaa 100644 --- a/src/components/viewComponents/connectDisplay.vue +++ b/src/components/viewComponents/connectDisplay.vue @@ -2,7 +2,7 @@