mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 14:51:05 +01:00
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({
|
||||
color: colour,
|
||||
icon: 'chat_bubble_outline',
|
||||
html: true,
|
||||
message: '<h4 style="color: white;">' + userMessage + '</h4>',
|
||||
position: 'left',
|
||||
position: 'top-left',
|
||||
timeout: 5000
|
||||
})
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue