mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
move notifications to the right. eventually i'll want it above the mouse
This commit is contained in:
parent
1100c865f8
commit
9146f2f3fe
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ statsNotification = function(html, type) {
|
|||
return $.bootstrapGrowl(html, {
|
||||
type: type,
|
||||
top_offset: 20,
|
||||
align: 'center',
|
||||
align: 'right',
|
||||
width: 250,
|
||||
delay: 3000,
|
||||
allow_dismiss: true,
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ statsNotification = (html, type) ->
|
|||
$.bootstrapGrowl html, {
|
||||
type: type # (null, 'info', 'error', 'success')
|
||||
top_offset: 20
|
||||
align: 'center' # ('left', 'right', or 'center')
|
||||
align: 'right' # ('left', 'right', or 'center')
|
||||
width: 250 # (integer, or 'auto')
|
||||
delay: 3000
|
||||
allow_dismiss: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue