move notifications to the right. eventually i'll want it above the mouse
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user