diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-05-21 18:06:00 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-05-21 18:06:00 +0900 |
| commit | 19588647d6c820796818c6ff2e02a3a0803b34f5 (patch) | |
| tree | 9c937d2a64d55f5ecacdd0f122305404fd0791dc /src | |
| parent | Fix #4953 (diff) | |
| download | misskey-19588647d6c820796818c6ff2e02a3a0803b34f5.tar.gz misskey-19588647d6c820796818c6ff2e02a3a0803b34f5.tar.bz2 misskey-19588647d6c820796818c6ff2e02a3a0803b34f5.zip | |
Improve usability
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/desktop/views/components/ui-notification.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/components/ui-notification.vue b/src/client/app/desktop/views/components/ui-notification.vue index 10611fdf02..52e8e1d6cb 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 |