Moving notification to bottom left. Fixes #457

pull/722/head
Dessalines 5 years ago
parent ed842dfb72
commit d26f4c50d3

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();
} }

Loading…
Cancel
Save