Moving notification to bottom left. Fixes #457
This commit is contained in:
parent
197bd67601
commit
61a5bcaf04
1 changed files with 2 additions and 0 deletions
2
ui/src/utils.ts
vendored
2
ui/src/utils.ts
vendored
|
@ -382,6 +382,8 @@ export function toast(text: string, background: string = 'success') {
|
||||||
Toastify({
|
Toastify({
|
||||||
text: text,
|
text: text,
|
||||||
backgroundColor: backgroundColor,
|
backgroundColor: backgroundColor,
|
||||||
|
gravity: 'bottom',
|
||||||
|
position: 'left',
|
||||||
}).showToast();
|
}).showToast();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue