moved messages to top left
This commit is contained in:
parent
6dba793f71
commit
a001b9ab28
1 changed files with 2 additions and 1 deletions
|
|
@ -100,9 +100,10 @@
|
||||||
]
|
]
|
||||||
this.$q.notify({
|
this.$q.notify({
|
||||||
color: colour,
|
color: colour,
|
||||||
|
icon: 'chat_bubble_outline',
|
||||||
html: true,
|
html: true,
|
||||||
message: '<h4 style="color: white;">' + userMessage + '</h4>',
|
message: '<h4 style="color: white;">' + userMessage + '</h4>',
|
||||||
position: 'left',
|
position: 'top-left',
|
||||||
timeout: 5000
|
timeout: 5000
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue