From d279f8e9ffa5f192e205fa3b96933155f1cd180a Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 4 Sep 2018 19:19:51 +0900 Subject: [PATCH] :art: --- src/client/app/mobile/views/components/notify.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/client/app/mobile/views/components/notify.vue b/src/client/app/mobile/views/components/notify.vue index 1b93ab87a..4d9b7c0f6 100644 --- a/src/client/app/mobile/views/components/notify.vue +++ b/src/client/app/mobile/views/components/notify.vue @@ -24,7 +24,7 @@ export default Vue.extend({ setTimeout(() => { anime({ targets: this.$el, - bottom: '-72px', + bottom: `-${this.$el.offsetHeight}px`, duration: 500, easing: 'easeOutQuad', complete: () => this.$destroy() @@ -37,14 +37,16 @@ export default Vue.extend({