1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-07 22:04:10 +02:00
This commit is contained in:
syuilo
2021-10-16 19:30:31 +09:00
parent 0d306e9d41
commit 3f688a728b

View File

@@ -382,7 +382,7 @@ export default defineComponent({
<style lang="scss" scoped> <style lang="scss" scoped>
.window-enter-active, .window-leave-active { .window-enter-active, .window-leave-active {
transition: opacity 0.3s, transform 0.3s !important; transition: opacity 0.2s, transform 0.2s !important;
} }
.window-enter-from, .window-leave-to { .window-enter-from, .window-leave-to {
pointer-events: none; pointer-events: none;