Increase bottom notification size

This commit is contained in:
Frederic Guillot
2016-03-05 15:37:15 -05:00
parent f9367cb322
commit a19dc88567
6 changed files with 10 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ function App() {
this.poll();
// Alert box fadeout
$(".alert-fade-out").delay(4000).fadeOut(800, function() {
$(".alert-fade-out").delay(5000).fadeOut(800, function() {
$(this).remove();
});
}