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:
parent
3cd12e4a1f
commit
8885b2b605
@ -10,5 +10,6 @@
|
||||
padding: 5px 10px;
|
||||
border-radius: 2px;
|
||||
margin: 0 0 5px 15px;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
@ -36,6 +36,6 @@ export class NotificationHubComponent implements OnInit {
|
||||
|
||||
setTimeout(() => {
|
||||
this.notifications.length = 0;
|
||||
}, 2000);
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user