diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-16 19:30:31 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-16 19:30:31 +0900 |
| commit | 3f688a728b59514da94e16764cf356c6b81931ad (patch) | |
| tree | 94142d71f4e7fcec0f5812c551ab2cdd6e01f0c0 /src/client/components | |
| parent | New Crowdin updates (#7824) (diff) | |
| download | misskey-3f688a728b59514da94e16764cf356c6b81931ad.tar.gz misskey-3f688a728b59514da94e16764cf356c6b81931ad.tar.bz2 misskey-3f688a728b59514da94e16764cf356c6b81931ad.zip | |
:art:
Diffstat (limited to 'src/client/components')
| -rw-r--r-- | src/client/components/ui/window.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/ui/window.vue b/src/client/components/ui/window.vue index 6a7c61a7d5..00284b0467 100644 --- a/src/client/components/ui/window.vue +++ b/src/client/components/ui/window.vue @@ -382,7 +382,7 @@ export default defineComponent({ <style lang="scss" scoped> .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 { pointer-events: none; |