mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
fix(web(js)): position notifications to the bottom right
Fixes #5127 Fixes #5423
This commit is contained in:
@@ -286,7 +286,7 @@
|
||||
$mdToast.show(
|
||||
$mdToast.simple()
|
||||
.textContent(l('Successfully created card'))
|
||||
.position('top right')
|
||||
.position(sgConstant.toastPosition)
|
||||
.hideDelay(2000));
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user