mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Moving notification to bottom left. Fixes #457
This commit is contained in:
parent
ed842dfb72
commit
d26f4c50d3
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({
|
||||
text: text,
|
||||
backgroundColor: backgroundColor,
|
||||
gravity: 'bottom',
|
||||
position: 'left',
|
||||
}).showToast();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user