moved messages to top left

This commit is contained in:
Ben Arc 2021-04-20 12:42:58 +01:00
parent 6dba793f71
commit a001b9ab28

View file

@ -100,9 +100,10 @@
]
this.$q.notify({
color: colour,
icon: 'chat_bubble_outline',
html: true,
message: '<h4 style="color: white;">' + userMessage + '</h4>',
position: 'left',
position: 'top-left',
timeout: 5000
})
},