mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 11:57:34 -07:00
Improve usability
This commit is contained in:
parent
f5f5c7f005
commit
7cb294e842
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue