1
0
mirror of https://github.com/NicolasConstant/sengi synced 2025-01-29 17:59:30 +01:00

better pointer on notification

This commit is contained in:
Nicolas Constant 2019-02-11 01:15:02 -05:00
parent 3cd12e4a1f
commit 8885b2b605
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
2 changed files with 2 additions and 1 deletions

View File

@ -10,5 +10,6 @@
padding: 5px 10px;
border-radius: 2px;
margin: 0 0 5px 15px;
cursor: pointer;
}
}

View File

@ -36,6 +36,6 @@ export class NotificationHubComponent implements OnInit {
setTimeout(() => {
this.notifications.length = 0;
}, 2000);
}, 500);
}
}