mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 14:43:31 +00:00
fix(web(js)): position notifications to the bottom right
Fixes #5127 Fixes #5423
This commit is contained in:
@@ -128,7 +128,8 @@
|
||||
'lg' : '(min-width: 1024px) and (max-width: 1279px)',
|
||||
'gt-lg' : '(min-width: 1280px)' ,
|
||||
'xl' : '(min-width: 1920px)' ,
|
||||
'print' : 'print'
|
||||
'print' : 'print',
|
||||
toastPosition: 'bottom right'
|
||||
})
|
||||
|
||||
.config(configure)
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
'</md-toast>'
|
||||
].join(''),
|
||||
hideDelay: 5000,
|
||||
position: 'top right'
|
||||
position: sgConstant.toastPosition
|
||||
});
|
||||
else
|
||||
$log.debug('untrap error');
|
||||
|
||||
Reference in New Issue
Block a user