moved messages to top left
This commit is contained in:
@@ -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
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user