Rearranged connect panel
This commit is contained in:
parent
3c7cd43e38
commit
62e9b49bae
2 changed files with 14 additions and 18 deletions
24
src/App.vue
24
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue