From 19588647d6c820796818c6ff2e02a3a0803b34f5 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 21 May 2019 18:06:00 +0900 Subject: [PATCH] Improve usability --- src/client/app/desktop/views/components/ui-notification.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/client/app/desktop/views/components/ui-notification.vue b/src/client/app/desktop/views/components/ui-notification.vue index 10611fdf0..52e8e1d6c 100644 --- a/src/client/app/desktop/views/components/ui-notification.vue +++ b/src/client/app/desktop/views/components/ui-notification.vue @@ -29,7 +29,7 @@ export default Vue.extend({ easing: 'easeInElastic', complete: () => this.destroyDom() }); - }, 6000); + }, 5000); }); } }); @@ -52,6 +52,7 @@ export default Vue.extend({ box-shadow 0 2px 4px var(--desktopNotificationShadow) transform translateY(-64px) opacity 0 + pointer-events none > p margin 0