Rearranged connect panel

This commit is contained in:
Joel Collins 2020-04-06 15:15:10 +01:00
parent 3c7cd43e38
commit 62e9b49bae
2 changed files with 14 additions and 18 deletions

View file

@ -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;